added url to homepage allowed list
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user