Procházet zdrojové kódy

no need for a wild card auth

Jason Playne před 3 roky
rodič
revize
4bcd99509d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      network/docker-compose.yml

+ 1 - 1
network/docker-compose.yml

@@ -31,7 +31,7 @@ services:
       - traefik.http.routers.auth.entrypoints=websecure
       - traefik.http.routers.auth.tls=true
       - traefik.http.routers.auth.tls.domains[0].main=auth.playne.au
-      - traefik.http.routers.auth.tls.domains[0].sans=*.auth.playne.au
+#      - traefik.http.routers.auth.tls.domains[0].sans=*.auth.playne.au
       - traefik.http.routers.auth.tls.certresolver=le
       - traefik.http.routers.auth.service=auth@docker
       - traefik.http.services.auth.loadbalancer.server.port=4181