Skip to content

Commit 7dac857

Browse files
Merge pull request #509 from 0xflotus/patch-1
fixed yaml formatting
2 parents 32e819f + 899922d commit 7dac857

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
@@ -197,9 +197,9 @@ directories of this image.
197197
Example variables defined in gitlab-ci.yml:
198198

199199
```yml
200-
variables:
201-
LDAP_SEED_INTERNAL_LDIF_PATH: "${CI_PROJECT_DIR}/docker/openldap/ldif"
202-
LDAP_SEED_INTERNAL_SCHEMA_PATH: "${CI_PROJECT_DIR}/docker/openldap/schema"
200+
variables:
201+
LDAP_SEED_INTERNAL_LDIF_PATH: "${CI_PROJECT_DIR}/docker/openldap/ldif"
202+
LDAP_SEED_INTERNAL_SCHEMA_PATH: "${CI_PROJECT_DIR}/docker/openldap/schema"
203203
```
204204
205205
### Use an existing ldap database
@@ -443,7 +443,7 @@ docker run \
443443
#### Docker Secrets
444444

445445
As an alternative to passing sensitive information via environmental variables, _FILE may be appended to the listed variables, causing
446-
the startup.sh script to load the values for those values from files presented in the container. This is particular usefull for loading
446+
the startup.sh script to load the values for those values from files presented in the container. This is particular useful for loading
447447
passwords using the [Docker secrets](https://docs.docker.com/engine/swarm/secrets/) mechanism. For example:
448448

449449
```sh

0 commit comments

Comments
 (0)