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

enabling oauth for heimdall (fixes)

Jason Playne преди 3 години
родител
ревизия
ee551dcd1e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      network/docker-compose.yml

+ 1 - 1
network/docker-compose.yml

@@ -32,7 +32,7 @@ services:
       - traefik.http.routers.auth.tls=true
       - traefik.http.routers.auth.tls.domains[0].main=playne.au
       - traefik.http.routers.auth.tls.domains[0].sans=*.playne.au
-      - traefik.http.routers.auth.tls.certresolver=main
+      - traefik.http.routers.auth.tls.certresolver=le
       - traefik.http.routers.auth.service=auth@docker
       - traefik.http.services.auth.loadbalancer.server.port=4181
       - traefik.http.middlewares.forward-auth.forwardauth.address=http://traefik-forward-auth:4181