From 495e55fbb8d89a52d09fa4f08f042420ccebdd03 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 25 Nov 2025 19:05:21 +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 01186a0..012b7c2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -62,7 +62,7 @@ services: - /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 environment: - HOMEPAGE_ALLOWED_HOSTS: 10.200.200.254:3000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts + HOMEPAGE_ALLOWED_HOSTS: 10.200.200.254:8000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts PUID: 1000 PGID: 1000 networks: