mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-01-09 20:49:39 -06:00
14 lines
256 B
YAML
Executable File
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 |