Explorar el Código

enabling oauth for heimdall (fixes v3)

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