Use the exposed port

This commit is contained in:
Luke Murphy 2020-05-01 10:33:50 +02:00
parent 5b7ee79c5d
commit 886fb51ed6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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