heimdall updates

This commit is contained in:
2024-03-15 09:06:34 -07:00
parent f9397de15b
commit 4461e7f629
+3 -1
View File
@@ -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"