소스 검색

enabling oauth for heimdall (fixes v3)

Jason Playne 3 년 전
부모
커밋
0bc064cca0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      network/docker-compose.yml

+ 0 - 1
network/docker-compose.yml

@@ -31,7 +31,6 @@ 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=*.playne.au
       - traefik.http.routers.auth.tls.certresolver=le
       - traefik.http.routers.auth.service=auth@docker
       - traefik.http.services.auth.loadbalancer.server.port=4181