1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
dockerfiles/piknik/docker-compose.yml
2021-03-10 16:26:43 +08:00

8 lines
122 B
YAML

piknik:
image: vimagick/piknik
ports:
- "8075:8075"
volumes:
- ./data:/etc/piknik
restart: unless-stopped