From 184328de9275f0fa7db57857bf001fcc5b19a2d9 Mon Sep 17 00:00:00 2001 From: komodo Date: Sun, 27 Apr 2025 14:13:36 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 2a582f1..e525fd7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -64,6 +64,8 @@ services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage + environment: + HOMEPAGE_ALLOWED_HOSTS:home.sascha-lutz.de 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