1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00
dockerfiles/cronicle/docker-compose.yml
2020-05-22 18:17:35 +08:00

12 lines
246 B
YAML

version: "3.8"
services:
cronicle:
image: vimagick/cronicle
ports:
- "3012:3012"
volumes:
- ./data/conf:/opt/cronicle/conf
- ./data/data:/opt/cronicle/data
hostname: cronicle-master
restart: unless-stopped