fix: traefik port
This commit is contained in:
parent
d17a0434a3
commit
33485d562e
|
@ -30,6 +30,7 @@ services:
|
|||
- traefik.http.routers.traefik.service=api@internal
|
||||
- traefik.http.routers.traefik.entrypoints=websecure
|
||||
- traefik.http.routers.traefik.tls.certresolver=mytlschallenge
|
||||
- traefik.http.services.traefik.loadbalancer.server.port=8080 # Specify Traefik service port
|
||||
placement:
|
||||
constraints:
|
||||
- node.role==manager
|
||||
|
|
Loading…
Reference in New Issue