mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
12 lines
246 B
YAML
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
|