From 7416326ae2160dbabc42ec4f5f53fd55d58efef3 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 19 Dec 2013 14:07:52 +0530 Subject: [PATCH] README: document GITLAB_SIGNUP setting --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 27efde61..a7dffd27 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,10 @@ Below is the complete list of parameters that can be set using environment varia The support email address for the GitLab server. Defaults to support@localhost. +* GITLAB_SIGNUP + + Enable or disable gitlab user signup. Default is false. To enable user signup add '-e GITLAB_SIGNUP="true"' to the docker run command parameters. + * REDIS_HOST The hostname of the redis server. Defaults to localhost