Skip to content

Commit

Permalink
comment ldap var
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Sep 1, 2023
1 parent 7d7689e commit 9aeb4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9aeb4ba

Please sign in to comment.