Files
gaps/docker-compose.yaml
Jason House c478acd75f Update docker-compose.yaml
Adding `Z` for Linux as unshared
2021-02-10 20:21:42 +09:00

16 lines
285 B
YAML
Executable File

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
- /home/gaps:/usr/data:Z