From a120db32dd359c5f1ebc5299df10a55c604f2d94 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 28 Jul 2024 19:02:50 +0200 Subject: [PATCH] [forward auth] --- swarm.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/swarm.yml b/swarm.yml index b2609d7..43b9189 100644 --- a/swarm.yml +++ b/swarm.yml @@ -289,7 +289,6 @@ - "traefik.enable=true" - "traefik.http.routers.auth.rule=Host(`auth.jingoh.private`)" - "traefik.http.routers.auth.entrypoints=websecure" - - "traefik.http.services.auth.loadbalancer.server.port=8080" - "traefik.http.routers.auth.tls=true" - "traefik.http.routers.auth-https.middlewares=privatevpn" - "traefik.http.routers.auth.service=auth@docker"