add: fix traefik port

This commit is contained in:
Schneider Roland 2024-10-03 22:14:04 +02:00
parent 4f58d25870
commit 4d22919ab9

View File

@ -8,7 +8,7 @@ services:
# The HTTP port # The HTTP port
- "80:80" - "80:80"
# The Web UI (enabled by --api.insecure=true) # The Web UI (enabled by --api.insecure=true)
- "8080:8080" - "4113:8080"
volumes: volumes:
# So that Traefik can listen to the Docker events # So that Traefik can listen to the Docker events
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock