moved allowed hosts to env file

This commit is contained in:
2025-03-25 13:58:10 -05:00
parent 7296c09d4a
commit ddb11463d6
2 changed files with 1 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ STORAGE_DIR=/mnt/storage
PUID=1000
PGID=1000
HOMEPAGE_ALLOWED_HOSTS=akanealw.com,www.akanealw.com
## SERVERS TAB ##
# ZABBIX

View File

@@ -6,8 +6,6 @@ services:
PUID: ${PUID}
PGID: ${PGID}
env_file: .env
environment:
- HOMEPAGE_ALLOWED_HOSTS: akanealw.com,www.akanealw.com
networks:
- reverseproxy
ports: