mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2025-07-29 11:44:29 +00:00
fixes #2200
This commit is contained in:

committed by
Niclas Mietz

parent
dc698f8456
commit
740677fe34
@ -94,5 +94,5 @@ dir = "{{GITLAB_SHELL_INSTALL_DIR}}"
|
||||
|
||||
[gitlab]
|
||||
secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret"
|
||||
url = "http://localhost:8181"
|
||||
url = "http://localhost:8181{{GITLAB_RELATIVE_URL_ROOT}}"
|
||||
|
||||
|
@ -240,7 +240,8 @@ gitlab_configure_gitaly() {
|
||||
GITLAB_GITALY_INSTALL_DIR \
|
||||
GITLAB_LOG_DIR \
|
||||
GITLAB_REPOS_DIR \
|
||||
GITLAB_SHELL_INSTALL_DIR
|
||||
GITLAB_SHELL_INSTALL_DIR \
|
||||
GITLAB_RELATIVE_URL_ROOT
|
||||
|
||||
update_template ${GITLAB_CONFIG} \
|
||||
GITALY_CLIENT_PATH \
|
||||
|
Reference in New Issue
Block a user