Update Dashboard_Containers/homepage/compose.yaml

This commit is contained in:
2026-05-25 18:43:53 +00:00
parent c7729ee7ac
commit 8d93d0e448
+1 -1
View File
@@ -7,7 +7,7 @@ services:
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:
- 3000:3000 - 3300:3000
volumes: volumes:
- /srv/docker/homepage/config:/app/config # Make sure your local config directory exists - /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 - /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations