Skip to content

Commit 414d3df

Browse files
committed
fixes for PR.
1 parent 91f1f04 commit 414d3df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM debian:buster-slim
2-
MAINTAINER Jason Kulatunga <[email protected]>
32

43
# Configuration Env Variables with defaults
54
ENV DATA_DIR="/opt/openldap/bootstrap/data"

README.md

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

2929
```
30-
docker pull ghcr.io/analogj/docker-openldap-starttls:master
30+
docker pull rroemhild/test-openldap
3131
docker run --rm -p 10389:10389 -p 10636:10636 ghcr.io/analogj/docker-openldap-starttls:master
3232
```
3333

0 commit comments

Comments
 (0)