Преглед на файлове

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