change gitlab port to 443 to support ssl
This commit is contained in:
parent
318625a04e
commit
f8f8732e38
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ services:
|
|||
- SSL_SELF_SIGNED=false
|
||||
|
||||
- GITLAB_HOST=${GL_HOST}
|
||||
- GITLAB_PORT=80
|
||||
- GITLAB_PORT=443
|
||||
- GITLAB_SSH_PORT=10022
|
||||
- GITLAB_SECRETS_DB_KEY_BASE=${GL_DB_KEY}
|
||||
- GITLAB_SECRETS_SECRET_KEY_BASE=${GL_SECRETS_KEY}
|
||||
|
|
Loading…
Add table
Reference in a new issue