Skip to content

Commit

Permalink
Merge pull request #509 from 0xflotus/patch-1
Browse files Browse the repository at this point in the history
fixed yaml formatting
  • Loading branch information
BertrandGouny authored Jan 24, 2021
2 parents 32e819f + 899922d commit 7dac857
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ directories of this image.
Example variables defined in gitlab-ci.yml:

```yml
variables:
LDAP_SEED_INTERNAL_LDIF_PATH: "${CI_PROJECT_DIR}/docker/openldap/ldif"
LDAP_SEED_INTERNAL_SCHEMA_PATH: "${CI_PROJECT_DIR}/docker/openldap/schema"
variables:
LDAP_SEED_INTERNAL_LDIF_PATH: "${CI_PROJECT_DIR}/docker/openldap/ldif"
LDAP_SEED_INTERNAL_SCHEMA_PATH: "${CI_PROJECT_DIR}/docker/openldap/schema"
```
### Use an existing ldap database
Expand Down Expand Up @@ -443,7 +443,7 @@ docker run \
#### Docker Secrets

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

```sh
Expand Down

0 comments on commit 7dac857

Please sign in to comment.