Update Dashboard_Containers/homepage/compose.yaml

This commit is contained in:
2026-05-25 18:55:31 +00:00
parent d937d86fdd
commit 3f8f85c05b
+1 -1
View File
@@ -3,7 +3,7 @@ services:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
environment: environment:
HOMEPAGE_ALLOWED_HOSTS: 192.168.100.15:3300,(`${SERVICE_NAME}.${DOMAIN_NAME}`) # 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 PUID: 1000 # optional, your user id
PGID: 1000 # optional, your group id PGID: 1000 # optional, your group id
ports: ports: