Point to the default port

This commit is contained in:
Luke Murphy 2020-04-25 13:07:00 +02:00
parent bf4b88b9e5
commit ebd591c88d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ services:
- node.role == manager
labels:
- "traefik.enable=true"
- "traefik.http.services.traefik.loadbalancer.server.port=8080"
- "traefik.http.services.traefik.loadbalancer.server.port=80"
- "traefik.http.routers.traefik.rule=Host(`traefik.swarm.autonomic.zone`)"
- "traefik.http.routers.traefik.entrypoints=web-secured"
- "traefik.http.routers.traefik.tls.certresolver=staging"