Procházet zdrojové kódy

Merge remote-tracking branch 'origin/stable' into release-1.1.10

Bertrand Gouny před 8 roky
rodič
revize
a648a9e259
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -137,7 +137,7 @@ and the corresponding LDAP config files on your docker host in the directory `/d
 simply mount this directories as a volume to `/var/lib/ldap` and `/etc/ldap/slapd.d`:
 
 	docker run --volume /data/slapd/database:/var/lib/ldap \
-	--volume /data/slapd/config:/etc/ldap/slapd.d
+	--volume /data/slapd/config:/etc/ldap/slapd.d \
 	--detach osixia/openldap:1.1.10
 
 You can also use data volume containers. Please refer to: