1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-06 03:54:01 +02:00
dockerfiles/cronicle/docker-compose.yml

12 lines
246 B
YAML
Raw Normal View History

2020-05-22 12:17:35 +02:00
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