Files
gaps/docker-compose.yaml
2020-05-08 09:29:20 +09:00

14 lines
256 B
YAML
Executable File

gapsz:
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