Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-06-15 22:59:57 +0300
committerStan Hu <stanhu@gmail.com>2017-06-15 23:01:11 +0300
commit3a9401657d17012f2ae43cf3b1154fea9d133007 (patch)
tree87e5154831d2b7929c3bf9b566860e8585134878
parent38ed0b53d054d780a20ab1e7d498ad031702b60c (diff)
Add a link to how to set Omnibus environment variables
[ci skip]
-rw-r--r--doc/administration/environment_variables.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/administration/environment_variables.md b/doc/administration/environment_variables.md
index 9350d112581..9bcd13a52f7 100644
--- a/doc/administration/environment_variables.md
+++ b/doc/administration/environment_variables.md
@@ -59,6 +59,9 @@ to the naming scheme `GITLAB_#{name in 1_settings.rb in upper case}`.
## Omnibus configuration
+To set environment variables, follow [these
+instructions](https://docs.gitlab.com/omnibus/settings/environment-variables.html).
+
It's possible to preconfigure the GitLab docker image by adding the environment
variable `GITLAB_OMNIBUS_CONFIG` to the `docker run` command.
For more information see the ['preconfigure-docker-container' section in the Omnibus documentation](http://docs.gitlab.com/omnibus/docker/#preconfigure-docker-container).