Add homepage.internal to allowed hosts #4

Closed
stray wants to merge 1 commits from add-homepage-internal-domain into main

View File

@@ -11,5 +11,5 @@ services:
- PUID=1026 - PUID=1026
- PGID=100 - PGID=100
- TZ=America/Los_Angeles - TZ=America/Los_Angeles
- HOMEPAGE_ALLOWED_HOSTS=192.168.1.51:3001 - HOMEPAGE_ALLOWED_HOSTS=192.168.1.51:3001,homepage.internal
restart: unless-stopped restart: unless-stopped