Update INSTALL.md

This commit is contained in:
Marisa 2025-11-04 05:28:45 -05:00
parent e725336313
commit 88a5511243

View File

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