change traefik domain
This commit is contained in:
parent
ee9c6536a4
commit
f9cdcfc760
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- 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.kun.is`)
|
||||||
- traefik.http.routers.dashboard.service=api@internal
|
- traefik.http.routers.dashboard.service=api@internal
|
||||||
- traefik.http.services.dashboard.loadbalancer.server.port=8080
|
- traefik.http.services.dashboard.loadbalancer.server.port=8080
|
||||||
- traefik.http.routers.dashboard.tls=true
|
- traefik.http.routers.dashboard.tls=true
|
||||||
|
|
Reference in a new issue