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.
2 parents 332dd57 + 392c9b1 commit 519e734Copy full SHA for 519e734
README.md
@@ -137,7 +137,7 @@ and the corresponding LDAP config files on your docker host in the directory `/d
137
simply mount this directories as a volume to `/var/lib/ldap` and `/etc/ldap/slapd.d`:
138
139
docker run --volume /data/slapd/database:/var/lib/ldap \
140
- --volume /data/slapd/config:/etc/ldap/slapd.d
+ --volume /data/slapd/config:/etc/ldap/slapd.d \
141
--detach osixia/openldap:1.1.9
142
143
You can also use data volume containers. Please refer to:
0 commit comments