README: document GITLAB_PORT configuration option

This commit is contained in:
Sameer Naik 2014-03-12 22:26:50 +05:30
parent 171ae25a33
commit f4c3c73931

View File

@ -267,6 +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_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.