From 1ada9c4861169f04ee742ef3f4bb4cbaf24541b2 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 26 Aug 2024 09:14:11 +1000 Subject: [PATCH] Remove configuration available in config file --- authentication/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/authentication/docker-compose.yml b/authentication/docker-compose.yml index 7603f4a..b47af95 100644 --- a/authentication/docker-compose.yml +++ b/authentication/docker-compose.yml @@ -40,7 +40,6 @@ services: GID: ${NASCOMPOSE_GID?} LLDAP_JWT_SECRET_FILE: /run/secrets/jwt_secret LLDAP_KEY_SEED_FILE: /run/secrets/key_seed - LLDAP_LDAP_BASE_DN: ${NASCOMPOSE_LDAP_DN?} networks: - reverse-proxy - default