From 2f486ba7cb3f0c829d3d4e9af014c42c183c1a25 Mon Sep 17 00:00:00 2001 From: bart Date: Sun, 12 Jul 2026 20:10:04 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index ffdb164..d85838a 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,8 +3,9 @@ services: image: ghcr.io/gethomepage/homepage:latest restart: unless-stopped container_name: homepage - ports: - - ${COMPOSE_PORT_HTTP:-3000}:3000 + network_mode: "host" + #ports: + # - ${COMPOSE_PORT_HTTP:-3000}:3000 volumes: - config:/app/config - icons:/app/public/icons