From 2b72fc3a7269b27add8d1b0b3a01831fb6df1201 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 25 May 2026 18:52:15 +0000 Subject: [PATCH] Update Dashboard_Containers/homepage/compose.yaml --- Dashboard_Containers/homepage/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dashboard_Containers/homepage/compose.yaml b/Dashboard_Containers/homepage/compose.yaml index 839fa33..4dd81ec 100644 --- a/Dashboard_Containers/homepage/compose.yaml +++ b/Dashboard_Containers/homepage/compose.yaml @@ -3,7 +3,7 @@ services: image: ghcr.io/gethomepage/homepage:latest container_name: homepage environment: - HOMEPAGE_ALLOWED_HOSTS: ${SERVICE_NAME}.${DOMAIN_NAME} # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts + HOMEPAGE_ALLOWED_HOSTS: ${SERVICE_NAME}.${DOMAIN_NAME}, 192.168.100.15:3300 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts PUID: 1000 # optional, your user id PGID: 1000 # optional, your group id ports: