From 9aeb4babbd3302e31d6bd4b04de34e448d9741a1 Mon Sep 17 00:00:00 2001 From: Jean-Michel Crepel Date: Fri, 1 Sep 2023 09:15:56 +0200 Subject: [PATCH] comment ldap var --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8951a03..badafda 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -70,7 +70,7 @@ services: - SLAPD_LOG_LEVEL=32768 # See https://www.openldap.org/doc/admin24/slapdconfig.html#loglevel%20%3Clevel%3E - RUN_AS_UID=0 - RUN_AS_GID=0 - - LDAPHOST=localhost + - LDAPHOST=localhost # needed for container to start correctly, DO NOT REMOVE env_file: - .envs-ldap volumes: