File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,9 @@ directories of this image.
197197Example 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
445445As 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
447447passwords using the [Docker secrets](https://docs.docker.com/engine/swarm/secrets/) mechanism. For example :
448448
449449` ` ` sh
You can’t perform that action at this time.
0 commit comments