Skip to content

Commit

Permalink
Fixed docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Nov 12, 2022
1 parent 4628b87 commit b43e0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -20,8 +20,8 @@ services:
image: balemy/ldap-commander:latest
container_name: ldap-commander
environment:
# - LDAPCOM_ALLOW_CUSTOM_CONNECT=1
- LDAPCOM_CONN1_TITLE="Bundled LDAP Server"
- LDAPCOM_ALLOW_CUSTOM_CONNECT=0
- LDAPCOM_CONN1_TITLE=Bundled LDAP Server
- LDAPCOM_CONN1_DSN=ldap://openldap:1389
- LDAPCOM_CONN1_BASE_DN=dc=example,dc=org
- LDAPCOM_CONN1_ADMIN_DN=cn=admin,dc=example,dc=org
Expand Down

0 comments on commit b43e0ed

Please sign in to comment.