mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-06 00:32:04 +02:00
bind http port local
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user