bind http port local

This commit is contained in:
2025-03-29 19:26:35 +01:00
parent e71fd45b66
commit fe70962fe8

View File

@@ -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: