From caa5bfa53509fd9a076351fb1820b82a4353e865 Mon Sep 17 00:00:00 2001 From: djboris9 Date: Sun, 23 Mar 2014 13:08:48 +0100 Subject: [PATCH] Typo in readme fixed Changed GITLAB_POST to GITLAB_PORT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 184e774a0..3e4f1a0f8 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ docker run -name gitlab -d -h git.local.host \ 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 -- **GITLAB_POST**: The port of the GitLab server. Defaults to 80 +- **GITLAB_PORT**: The port of the GitLab server. Defaults to 80 - **GITLAB_EMAIL**: The email address for the GitLab server. Defaults to gitlab@localhost. - **GITLAB_SUPPORT**: The support email address for the GitLab server. Defaults to support@localhost. - **GITLAB_SIGNUP**: Enable or disable user signups. Default is false.