From dd37a0685d651586d053277ff43e05a0af7b0632 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 25 Nov 2025 19:03:38 +0100 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 2b71db6..01186a0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -57,7 +57,7 @@ services: container_name: homepage restart: always ports: - - 10.200.200.254:3000:3000 + - 10.200.200.254:8000:3000 volumes: - /app-config/homepage/:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods