traefik: change external port for http

This commit is contained in:
Schneider Roland
2024-12-29 07:18:27 +01:00
parent 5f03c41179
commit 9bd0dcd73b
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ services:
- --configFile=/traefik/config.yaml
ports:
# The HTTP port
- "80:80"
- "4180:80"
# The Web UI (enabled by --api.insecure=true)
- "4113:8080"
- "443:443"