Update INSTALL.md

This commit is contained in:
Marisa 2025-11-04 14:54:25 -05:00
parent 6316a54215
commit 38bc4079cd

View File

@ -12,7 +12,7 @@ build ldapdock from the dockerfile and run into it
``` ```
``` ```
> docker run -i -t -p 636:636 -h example.com -v ldap_data:/var/lib/ldap -v ldap_config:/etc/ldap/slapd.d ldapdock > docker run -i -t -p 389:389 -p 636:636 -h example.com -v ldap_data:/var/lib/ldap -v ldap_config:/etc/ldap/slapd.d ldapdock
``` ```
## _2- Run the openLDAP server and populate a directory_ ## _2- Run the openLDAP server and populate a directory_