Skip to content

Commit b6b80d3

Browse files
committed
docs
1 parent 2c5e947 commit b6b80d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Environment variables can be set by adding the --env argument in the command lin
145145

146146
#### Link environment file
147147

148-
For example if your environment file is in : /data/ldap/environment/my-env.yaml
148+
For example if your environment file is in : /data/phpLDAPadmin/environment/my-env.yaml
149149

150-
docker run --volume /data/ldap/environment/my-env.yaml:/container/environment/01-custom/env.yaml \
150+
docker run --volume /data/phpLDAPadmin/environment/my-env.yaml:/container/environment/01-custom/env.yaml \
151151
--detach osixia/phpldapadmin:0.6.7
152152

153153
Take care to link your environment file to `/container/environment/XX-somedir` (with XX < 99 so they will be processed before default environment files) and not directly to `/container/environment` because this directory contains predefined baseimage environment files to fix container environment (INITRD, LANG, LANGUAGE and LC_CTYPE).
@@ -158,7 +158,7 @@ This is the best solution if you have a private registry. Please refer to the [A
158158

159159
## Advanced User Guide
160160

161-
### Extend osixia/openldap:1.1.0 image
161+
### Extend osixia/phpldapadmin:0.6.7 image
162162

163163
If you need to add your custom TLS certificate, bootstrap config or environment files the easiest way is to extends this image.
164164

@@ -216,7 +216,7 @@ More information:
216216
- http://kubernetes.io
217217
- https://github.com/kubernetes/kubernetes
218218

219-
An osixia-phpldapadmin kubernetes example is available in **example/kubernetes**
219+
A kubernetes example is available in **example/kubernetes**
220220

221221
### Under the hood: osixia/web-baseimage
222222

0 commit comments

Comments
 (0)