Update OpenLDAP container readme for environment variables. (#49583)

Update README.md for OpenLDAP container

Signed-off-by: Bob M <108097756+okbobm@users.noreply.github.com>
This commit is contained in:
Bob M 2023-09-25 12:37:08 -04:00 committed by GitHub
parent 2c0c8f95af
commit 5bc4933273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ docker run --detach --rm --name openldap \
--env LDAP_ADMIN_PASSWORD=adminpassword \
--env LDAP_USERS=customuser \
--env LDAP_PASSWORDS=custompassword \
--env LDAP_ROOT=dc=example,dc=org\
--env LDAP_ADMIN_DN=cn=admin,dc=example,dc=org \
bitnami/openldap:latest
```