mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
heimdall updates
This commit is contained in:
@@ -17,6 +17,8 @@ version: "3"
|
|||||||
# Make sure your volume is set correctly.
|
# Make sure your volume is set correctly.
|
||||||
# Ports don't need to be set if behind proxy
|
# Ports don't need to be set if behind proxy
|
||||||
#
|
#
|
||||||
|
# Powered by sqlite in www directory (data)
|
||||||
|
#
|
||||||
# You can edit vol/www/.env
|
# You can edit vol/www/.env
|
||||||
# For https include: FORCE_HTTPS=true
|
# For https include: FORCE_HTTPS=true
|
||||||
#
|
#
|
||||||
@@ -30,7 +32,7 @@ services:
|
|||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=${TZ:-America/Vancouver}
|
- TZ=${TZ:-America/Vancouver}
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/config
|
- ./data/heimdall:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#ports:
|
#ports:
|
||||||
# - "${PORT:-80}:80"
|
# - "${PORT:-80}:80"
|
||||||
|
|||||||
Reference in New Issue
Block a user