change docker swarm dashboard domain

This commit is contained in:
Pim Kunis 2023-07-12 18:19:02 +02:00
parent 7261e0ad0d
commit fc63bc0acb

View file

@ -23,7 +23,7 @@ services:
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.http.routers.swarm-dashboard.entrypoints=localsecure - 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=true
- traefik.http.routers.swarm-dashboard.tls.certresolver=letsencrypt - traefik.http.routers.swarm-dashboard.tls.certresolver=letsencrypt
- traefik.http.routers.swarm-dashboard.service=swarm-dashboard - traefik.http.routers.swarm-dashboard.service=swarm-dashboard