docker-gitlab
docker-gitlab copied to clipboard
gitlab pages ang gitlab with relative path
If gitlab is used with a subpath
- name: GITLAB_RELATIVE_URL_ROOT value: "/gitlab" this should also be taken into account for gitlab-pages-config and the internal-gitlab-server setting
In assets/runtime/config/gitlab-pages/config internal-gitlab-server=http://localhost:8181 doesn't have the relative path option.
Is this the right fix: internal-gitlab-server=http://localhost:8181/{{GITLAB_RELATIVE_URL_ROOT}} ?