Add homepage.internal to allowed hosts

This commit is contained in:
2026-01-01 20:29:40 -08:00
parent ae7e016592
commit 5878f36bec

View File

@@ -11,5 +11,5 @@ services:
- PUID=1026
- PGID=100
- 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