Skip to content

Commit 88c9115

Browse files
committed
Update README
1 parent fc2ad68 commit 88c9115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Flask extension [flask-ldapconn][flaskldapconn] use this image for unit test
2626

2727
```
2828
docker pull rroemhild/test-openldap
29-
docker run --rm -p 389:10389 -p 636:10636 rroemhild/test-openldap
29+
docker run --rm -p 10389:10389 -p 10636:10636 rroemhild/test-openldap
3030
```
3131

3232
## Exposed ports

0 commit comments

Comments
 (0)