Files
gaps/docker-compose.yaml
2019-10-22 11:55:02 +09:00

14 lines
255 B
YAML

gaps:
image: housewrecker/gaps:latest
container_name: gaps
environment:
- PGID=${PGID}
- PUID=${PUID}
- TZ=${TZ}
ports:
- 8484:8484
restart: unless-stopped
expose:
- "32400"
volumes:
- /etc/localtime:/etc/localtime:ro