traefik: add 4180 to http port

This commit is contained in:
Schneider Roland 2024-12-29 11:15:46 +01:00
parent ccaea166c6
commit 7f102a2102

View File

@ -19,6 +19,7 @@ services:
ports: ports:
# The HTTP port # The HTTP port
- "80:80" - "80:80"
- "4180:80"
# The Web UI (enabled by --api.insecure=true) # The Web UI (enabled by --api.insecure=true)
- "4113:8080" - "4113:8080"
- "443:443" - "443:443"