Update INSTALL.md

This commit is contained in:
Marisa 2025-11-21 08:21:08 -05:00
parent 5fa9c651e0
commit a905cfc0ee

View File

@ -12,7 +12,7 @@ build ldapdock from the dockerfile and run into it, creating the proper volumes
``` ```
``` ```
> docker run -i -t -p 389:389 -p 636:636 -h ${LDAP_HOST:-example.com} -v ldap_data:/var/lib/ldap -v ldap_config:/etc/ldap/slapd.d -v ldap_certs:/etc/ldap/certs -v $(pwd)/host-certs:/export-certs ldapdock > docker run -i -t -p 389:389 -p 636:636 -p 80:80 -p 443:443 -h ${LDAP_HOST:-example.com} -v ldap_data:/var/lib/ldap -v ldap_config:/etc/ldap/slapd.d -v ldap_certs:/etc/ldap/certs -v $(pwd)/host-certs:/export-certs ldapdock
``` ```
## _2- Run the openLDAP server and populate a directory_ ## _2- Run the openLDAP server and populate a directory_