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:
Eusebio@nuodb
2021-06-29 09:59:43 +01:00
committed by GitHub
parent 74cd5ad6c5
commit 7cee2dc07f

View File

@@ -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