Update README.md

This commit is contained in:
Marisa 2025-11-04 15:10:43 -05:00
parent 3af24ce63a
commit 06908076cb

View File

@ -21,7 +21,7 @@ ldapdock latest 0e4a1521b346 6 hours ago 138MB
If you just want to jump in the container and right now don't care saving the configuration or directories, you can run it with this command: If you just want to jump in the container and right now don't care saving the configuration or directories, you can run it with this command:
``` ```
> docker run -h example.com -i -p 389:389 -t ldapdock > docker run -h example.com -i -p 389:389 -p 639:639 -t ldapdock
``` ```
If you wish (and it is recommended in development) to save the configuration and LDAP directory structure (also called LDAP database) outside of the container, run this command instead: If you wish (and it is recommended in development) to save the configuration and LDAP directory structure (also called LDAP database) outside of the container, run this command instead:
``` ```