From 9b1204ce040cb638c6a882d9ce6756b8925159a0 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 25 Nov 2025 19:02:54 +0100 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index af6b838..2b71db6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -56,13 +56,13 @@ services: image: ghcr.io/gethomepage/homepage:latest container_name: homepage restart: always - expose: - - 3000 + ports: + - 10.200.200.254:3000: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 environment: - HOMEPAGE_ALLOWED_HOSTS: home.sascha-lutz.de,10.3.1.100:3000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts + HOMEPAGE_ALLOWED_HOSTS: 10.200.200.254:3000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts PUID: 1000 PGID: 1000 networks: