Update Dashboard_Containers/homepage/compose.yaml

This commit is contained in:
2026-05-25 19:27:49 +00:00
parent d986e89f06
commit 2718015428
+1 -1
View File
@@ -3,7 +3,7 @@ services:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
HOMEPAGE_ALLOWED_HOSTS: ${SERVICE_NAME}.${DOMAIN_NAME},192.168.100.15:3300 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
HOMEPAGE_ALLOWED_HOSTS: ${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: