From ec616feb3379e8a552924f65193f506ebf543631 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Fri, 4 Jul 2014 20:14:58 +0530 Subject: [PATCH] readme: add a note w.r.t. the --env-file docker run flag --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa043580..b0de7e89 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,8 @@ When you change the sub URI path, you need to recompile all precompiled assets. ### Available Configuration Parameters +***Please refer the docker run command options for the `--env-file` flag where you can specify all required environment variables in a single file. This will save you from writing a pontentially long docker run command.*** + Below is the complete list of available options that can be used to customize your gitlab installation. - **GITLAB_HOST**: The hostname of the GitLab server. Defaults to localhost