change traefik dashboard service name
This commit is contained in:
parent
38ca4c27db
commit
ee9c6536a4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ services:
|
||||||
- traefik.http.routers.dashboard.entrypoints=localsecure
|
- traefik.http.routers.dashboard.entrypoints=localsecure
|
||||||
- traefik.http.routers.dashboard.rule=Host(`traefik.pim.kunis.nl`)
|
- traefik.http.routers.dashboard.rule=Host(`traefik.pim.kunis.nl`)
|
||||||
- traefik.http.routers.dashboard.service=api@internal
|
- traefik.http.routers.dashboard.service=api@internal
|
||||||
- traefik.http.services.dummy-svc.loadbalancer.server.port=8080
|
- traefik.http.services.dashboard.loadbalancer.server.port=8080
|
||||||
- traefik.http.routers.dashboard.tls=true
|
- traefik.http.routers.dashboard.tls=true
|
||||||
- traefik.http.routers.dashboard.tls.certresolver=letsencrypt
|
- traefik.http.routers.dashboard.tls.certresolver=letsencrypt
|
||||||
- traefik.docker.network=traefik
|
- traefik.docker.network=traefik
|
||||||
|
|
Reference in a new issue