Skip to content

Commit 519e734

Browse files
author
Osixia!
authored
Merge pull request #155 from evgeniagusakova/stable
Fix typo
2 parents 332dd57 + 392c9b1 commit 519e734

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
@@ -137,7 +137,7 @@ and the corresponding LDAP config files on your docker host in the directory `/d
137137
simply mount this directories as a volume to `/var/lib/ldap` and `/etc/ldap/slapd.d`:
138138

139139
docker run --volume /data/slapd/database:/var/lib/ldap \
140-
--volume /data/slapd/config:/etc/ldap/slapd.d
140+
--volume /data/slapd/config:/etc/ldap/slapd.d \
141141
--detach osixia/openldap:1.1.9
142142

143143
You can also use data volume containers. Please refer to:

0 commit comments

Comments
 (0)