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.
197
197
Example variables defined in gitlab-ci.yml:
198
198
199
199
``` 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"
203
203
` ` `
204
204
205
205
### Use an existing ldap database
@@ -443,7 +443,7 @@ docker run \
443
443
# ### Docker Secrets
444
444
445
445
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
447
447
passwords using the [Docker secrets](https://docs.docker.com/engine/swarm/secrets/) mechanism. For example :
448
448
449
449
` ` ` sh
You can’t perform that action at this time.
0 commit comments