mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
set default email address to example@example.com
This commit is contained in:
parent
b33fc3e26f
commit
545f8bcf53
@ -592,7 +592,7 @@ Below is the complete list of available options that can be used to customize yo
|
||||
|
||||
- **GITLAB_HOST**: The hostname of the GitLab server. Defaults to localhost
|
||||
- **GITLAB_PORT**: The port of the GitLab server. Defaults to 80 for plain http and 443 when https is enabled.
|
||||
- **GITLAB_EMAIL**: The email address for the GitLab server. Defaults to gitlab@localhost.
|
||||
- **GITLAB_EMAIL**: The email address for the GitLab server. Defaults to example@example.com.
|
||||
- **GITLAB_SUPPORT**: The support email address for the GitLab server. Defaults to support@localhost.
|
||||
- **GITLAB_SIGNUP**: Enable or disable user signups. Default is false.
|
||||
- **GITLAB_SIGNIN**: If set to false, standard login form won't be shown on the sign-in page. Default is true.
|
||||
|
||||
@ -7,7 +7,7 @@ GITLAB_SSH_PORT=${GITLAB_SSH_PORT:-$GITLAB_SHELL_SSH_PORT} # for backwards compa
|
||||
GITLAB_SSH_PORT=${GITLAB_SSH_PORT:-22}
|
||||
GITLAB_HTTPS=${GITLAB_HTTPS:-false}
|
||||
GITLAB_HTTPS_ONLY=${GITLAB_HTTPS_ONLY:-true}
|
||||
GITLAB_EMAIL=${GITLAB_EMAIL:-gitlab@localhost}
|
||||
GITLAB_EMAIL=${GITLAB_EMAIL:-example@example.com}
|
||||
GITLAB_SUPPORT=${GITLAB_SUPPORT:-support@localhost}
|
||||
GITLAB_SIGNUP=${GITLAB_SIGNUP:-false}
|
||||
GITLAB_SIGNIN=${GITLAB_SIGNIN:-true}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user