From f0e7ff145b2e177cd322fc103d5b7bf41251a5ac Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 25 May 2026 18:45:01 +0000 Subject: [PATCH] Update Dashboard_Containers/homepage/compose.yaml --- Dashboard_Containers/homepage/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dashboard_Containers/homepage/compose.yaml b/Dashboard_Containers/homepage/compose.yaml index 6c166a0..3999576 100644 --- a/Dashboard_Containers/homepage/compose.yaml +++ b/Dashboard_Containers/homepage/compose.yaml @@ -6,11 +6,11 @@ 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 + #- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations restart: unless-stopped networks: - traefik_network