change docker swarm dashboard domain
This commit is contained in:
parent
7261e0ad0d
commit
fc63bc0acb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ services:
|
|||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.swarm-dashboard.entrypoints=localsecure
|
||||
- traefik.http.routers.swarm-dashboard.rule=Host(`swarm.pim.kunis.nl`)
|
||||
- traefik.http.routers.swarm-dashboard.rule=Host(`swarm.kun.is`)
|
||||
- traefik.http.routers.swarm-dashboard.tls=true
|
||||
- traefik.http.routers.swarm-dashboard.tls.certresolver=letsencrypt
|
||||
- traefik.http.routers.swarm-dashboard.service=swarm-dashboard
|
||||
|
|
Reference in a new issue