Explorar el Código

no need for a wild card auth

Jason Playne hace 3 años
padre
commit
4bcd99509d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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