We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2ad68 commit 88c9115Copy full SHA for 88c9115
README.md
@@ -26,7 +26,7 @@ The Flask extension [flask-ldapconn][flaskldapconn] use this image for unit test
26
27
```
28
docker pull rroemhild/test-openldap
29
-docker run --rm -p 389:10389 -p 636:10636 rroemhild/test-openldap
+docker run --rm -p 10389:10389 -p 10636:10636 rroemhild/test-openldap
30
31
32
## Exposed ports
0 commit comments