Răsfoiți Sursa

Merge pull request #155 from evgeniagusakova/stable

Fix typo
Osixia! 8 ani în urmă
părinte
comite
519e734aa2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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.9
 
 You can also use data volume containers. Please refer to: