From 06908076cb49106eabd2df0fa59e3cb54fec27c5 Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 4 Nov 2025 15:10:43 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d938da..f8ca281 100644 --- a/README.md +++ b/README.md @@ -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: ``` -> 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: ```