From c2be95d9eb77a1f827e43c1752964ab209bccffd Mon Sep 17 00:00:00 2001 From: bart Date: Sun, 12 Jul 2026 20:26:51 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yaml b/compose.yaml index 77d9027..db0796d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,15 +3,15 @@ services: image: ghcr.io/gethomepage/homepage:latest restart: unless-stopped container_name: homepage - network_mode: "host" - #ports: - # - ${COMPOSE_PORT_HTTP:-3000}:3000 + #network_mode: "host" + ports: + - ${COMPOSE_PORT_HTTP:-3000}:3000 volumes: - config:/app/config - icons:/app/public/icons - /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations environment: - PORT: ${PORT:-3000} + # PORT: ${PORT:-3000} HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS} # nostromo.lan:3000,phantom1.lan:3000,homepage.lan HOMEPAGE_VAR_NAME: ${HOMEPAGE_VAR_NAME}