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 5360721 + 519e734 commit a648a9eCopy full SHA for a648a9e
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.10
142
143
You can also use data volume containers. Please refer to:
0 commit comments