mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 00:37:57 +08:00
fix: Fix typo of priviledged port (#51862)
Signed-off-by: CrBoy <crboy@crboy.net>
This commit is contained in:
@@ -175,7 +175,7 @@ docker-compose up -d
|
||||
|
||||
The Bitnami Docker OpenLDAP can be easily setup with the following environment variables:
|
||||
|
||||
* `LDAP_PORT_NUMBER`: The port OpenLDAP is listening for requests. Priviledged port is supported (e.g. `1389`). Default: **1389** (non privileged port).
|
||||
* `LDAP_PORT_NUMBER`: The port OpenLDAP is listening for requests. Priviledged port is supported (e.g. `389`). Default: **1389** (non privileged port).
|
||||
* `LDAP_ROOT`: LDAP baseDN (or suffix) of the LDAP tree. Default: **dc=example,dc=org**
|
||||
* `LDAP_ADMIN_USERNAME`: LDAP database admin user. Default: **admin**
|
||||
* `LDAP_ADMIN_PASSWORD`: LDAP database admin password. Default: **adminpassword**
|
||||
|
||||
Reference in New Issue
Block a user