Update Dashboard_Containers/homepage/compose.yaml

This commit is contained in:
2026-05-25 18:54:46 +00:00
parent 6ff38c4c94
commit d937d86fdd
+1 -1
View File
@@ -3,7 +3,7 @@ services:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
HOMEPAGE_ALLOWED_HOSTS: 192.168.100.15:3300 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
HOMEPAGE_ALLOWED_HOSTS: 192.168.100.15:3300,(`${SERVICE_NAME}.${DOMAIN_NAME}`) # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
PUID: 1000 # optional, your user id
PGID: 1000 # optional, your group id
ports: