mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 16:57:46 +08:00
Update README.md
When using the docker container command line instructions, the mariadb command is using the wrong LDAP_ROOT env variable. The mariadb-galera image uses LDAP_BASE instead. Not sure which one is wrong so I'll leave it here since it's related to documentation only.
This commit is contained in:
@@ -102,7 +102,7 @@ $ docker run --detach --rm --name mariadb-galera \
|
||||
--env MARIADB_DATABASE=customdatabase \
|
||||
--env MARIADB_ENABLE_LDAP=yes \
|
||||
--env LDAP_URI=ldap://openldap:1389 \
|
||||
--env LDAP_ROOT=dc=example,dc=org \
|
||||
--env LDAP_BASE=dc=example,dc=org \
|
||||
--env LDAP_BIND_DN=cn=admin,dc=example,dc=org \
|
||||
--env LDAP_BIND_PASSWORD=adminpassword \
|
||||
bitnami/mariadb-galera:latest
|
||||
|
||||
Reference in New Issue
Block a user