소스 검색

no need for a wild card auth

Jason Playne 3 년 전
부모
커밋
4bcd99509d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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