From a2e8ffc11111e50c787c29fdb5e440978504d672 Mon Sep 17 00:00:00 2001 From: komodo Date: Sat, 24 May 2025 19:18:41 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7cdc88c..4bdfc89 100644 --- a/compose.yaml +++ b/compose.yaml @@ -32,7 +32,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: home.sascha-lutz.de,10.3.1.100 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts + HOMEPAGE_ALLOWED_HOSTS: home.sascha-lutz.de,10.3.1.100:3000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts PUID: 1000 PGID: 1000 networks: