Update Dashboard_Containers/homepage/compose.yaml

This commit is contained in:
2026-05-25 18:46:18 +00:00
parent f0e7ff145b
commit c3733b5d35
+2 -2
View File
@@ -6,8 +6,8 @@ services:
HOMEPAGE_ALLOWED_HOSTS: gethomepage.dev # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
PUID: 1000 # optional, your user id
PGID: 1000 # optional, your group id
#ports:
# - 3300:3000
ports:
- 3300:3000
volumes:
- /srv/docker/homepage/config:/app/config # Make sure your local config directory exists
#- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations