From 7118428d0f755d1ef4ab660c0e574455004d30a9 Mon Sep 17 00:00:00 2001 From: jbugel <115107409+jbgy@users.noreply.github.com> Date: Sat, 7 Mar 2026 23:02:01 +0100 Subject: [PATCH] Change port mapping for docs container Fixed port mapping, otherwise the instance wouldnt work --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ebe39cf5b..3b1823902 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,7 +8,7 @@ services: container_name: docs restart: unless-stopped ports: - - '4173:4173' + - '4173:80' networks: fmhy: