---
version: "2"
services:
dcc:
image: griefed/dcc:latest
container_name: dcc
restart: unless-stopped
environment:
- TZ=Europe/Berlin # Timezone
- PUID=1000 # User ID
- PGID=1000 # Group ID
volumes:
- /host/path/to/config:/config # Contains all application data and base-image config files
ports:
- 443:443/tcp # https
- 80:80/tcp # http