Skip to content

Commit ea178d3

Browse files
committed
update readme
1 parent 2f0e909 commit ea178d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ A simple solution to backup your ldap server, our openldap-backup docker image :
156156
157157
## Environment Variables
158158

159-
Environement variables defaults are set in **image/env.yaml**. You can modify environment variable values directly in this file and rebuild the image ([see manual build](#manual-build)). You can also override those values at run time with -e argument or by setting your own env.yaml file as a docker volume to `/etc/env.yaml`. See examples below.
159+
Environement variables defaults are set in **image/env.yaml**. You can modify environment variable values directly in this file and rebuild the image ([see manual build](#manual-build)). You can also override those values at run time with -e argument or by setting your own env.yaml file as a docker volume to `/container/environment/env.yaml`. See examples below.
160160

161161
General container configuration :
162162
- **LDAP_LOG_LEVEL**: Slap log level. defaults to `256`. See table 5.1 in http://www.openldap.org/doc/admin24/slapdconf2.html for the available log levels.
@@ -199,9 +199,9 @@ Environment variable can be set directly by adding the -e argument in the comman
199199
docker run -e LDAP_ORGANISATION="My Compagny" -e LDAP_DOMAIN="my-compagny.com" \
200200
-e LDAP_ADMIN_PASSWORD="JonSn0w" -d osixia/openldap
201201

202-
Or by setting your own `env.yaml` file as a docker volume to `/etc/env.yaml`
202+
Or by setting your own `env.yaml` file as a docker volume to `/container/environment/env.yaml`
203203

204-
docker run -v /data/my-env.yaml:/etc/env.yaml \
204+
docker run -v /data/my-env.yaml:/container/environment/env.yaml \
205205
-d osixia/openldap
206206

207207
## Manual build

0 commit comments

Comments
 (0)