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:
parent
2c0c8f95af
commit
5bc4933273
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue