mirror of
https://github.com/JasonHHouse/gaps.git
synced 2025-12-25 12:59:50 -06:00
16 lines
285 B
YAML
Executable File
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
|