Browse Source

enabling oauth for heimdall (fixes v3)

Jason Playne 3 năm trước cách đây
mục cha
commit
0bc064cca0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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