From cdf648140e605ab4167f7ae6abdf03519442394d Mon Sep 17 00:00:00 2001 From: bart Date: Sun, 12 Jul 2026 20:13:38 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 5661350..a456ffd 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,7 +11,7 @@ services: - icons:/app/public/icons - /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations environment: - PORT=${PORT:-3000} + PORT=${PORT} HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS} # nostromo.lan:3000,phantom1.lan:3000,homepage.lan HOMEPAGE_VAR_NAME: ${HOMEPAGE_VAR_NAME}