Fix homepage host validation by adding HOMEPAGE_ALLOWED_HOSTS with port

This commit is contained in:
2026-01-01 20:11:18 -08:00
parent 8803647f95
commit f21d278a94

View File

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