From fe70962fe8ae700247b33a10809a4ab57ccf34d7 Mon Sep 17 00:00:00 2001 From: MrUnknownDE Date: Sat, 29 Mar 2025 19:26:35 +0100 Subject: [PATCH] bind http port local --- compose.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.dev.yml b/compose.dev.yml index 616edd4..87385a7 100644 --- a/compose.dev.yml +++ b/compose.dev.yml @@ -42,7 +42,7 @@ services: ports: # Mappe Port 8080 vom Host auf Port 80 im Container (wo Nginx lauscht) # Zugriff von außen (Browser) erfolgt über localhost:8080 - - "5874:80" + - "127.0.0.1:5874:80" depends_on: - backend-dev # Stellt sicher, dass Backend gestartet wird (aber nicht unbedingt bereit ist) networks: