mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fixed port var for heimdall
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
- PUID=${HEIMDALL_PUID:-1000}
|
||||
- TZ=${TZ:-America/Vancouver}
|
||||
ports:
|
||||
- 8000:80
|
||||
- ${HEIMDALL_PORT:-8000}:80
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
|
||||
@@ -3,4 +3,5 @@ HEIMDALL_RESTART=unless-stopped
|
||||
VOL_PATH=/data
|
||||
HEIMDALL_PGID=1000
|
||||
HEIMDALL_PUID=1000
|
||||
HEIMDALL_PORT=8000
|
||||
TZ=America/Vancouver
|
||||
Reference in New Issue
Block a user