Browse Source

Update README.md

osixia 10 years ago
parent
commit
bbce5f8cc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -186,7 +186,7 @@ Environment variable can be set directly by adding the -e argument in the comman
 
 Or by setting your own `env.yaml` file as a docker volume to `/etc/env.yaml`
 
-	docker run -h ldap.example.org -v /data/my-ldap-env.yaml:/etc/env.yaml \
+	docker run -h ldap.example.org -v /data/my-env.yaml:/etc/env.yaml \
 	-d osixia/openldap
 
 ## Manual build