From e1a30b11a52e709f3260ebb4f7be64aeba52b9fe Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sun, 25 Aug 2024 23:50:12 +1000 Subject: [PATCH] Set LLDAP HTTP port --- authentication/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/authentication/docker-compose.yml b/authentication/docker-compose.yml index 6e0f16e..7603f4a 100644 --- a/authentication/docker-compose.yml +++ b/authentication/docker-compose.yml @@ -51,6 +51,7 @@ services: - ${NASCOMPOSE_SERVICES?}/authentication/secrets/lldap_key_seed:/run/secrets/key_seed:ro labels: traefik.enable: true + traefik.http.services.lldap.loadbalancer.server.port: 17170 networks: reverse-proxy: