added url to homepage allowed list

This commit is contained in:
2026-04-15 00:01:55 +00:00
parent 7c426bccf5
commit 91c81d81a3

View File

@@ -5,7 +5,7 @@ services:
environment: environment:
PUID: ${PUID} PUID: ${PUID}
PGID: ${PGID} PGID: ${PGID}
HOMEPAGE_ALLOWED_HOSTS: 'akanealw.com' HOMEPAGE_ALLOWED_HOSTS: 'akanealw.com,homepage.akanealw.com'
env_file: .env env_file: .env
networks: networks:
- reverse-proxy - reverse-proxy