From 8d93d0e4489d43ef5f2ea874f92ec6eb1d2689f0 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 25 May 2026 18:43:53 +0000 Subject: [PATCH] Update Dashboard_Containers/homepage/compose.yaml --- Dashboard_Containers/homepage/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dashboard_Containers/homepage/compose.yaml b/Dashboard_Containers/homepage/compose.yaml index 57f64f4..6c166a0 100644 --- a/Dashboard_Containers/homepage/compose.yaml +++ b/Dashboard_Containers/homepage/compose.yaml @@ -7,7 +7,7 @@ services: PUID: 1000 # optional, your user id PGID: 1000 # optional, your group id ports: - - 3000:3000 + - 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