Hello,
I am running Gitlab in a docker container. At few places, gitlab does not display the URL defined in the config file as external_url
but shows the local URL of the container (localhost:port).
This poses problems for people running gitlab in containers or behind proxies.
The problem seems to come from root_url
's definition.
Steps to reproduce :
- Run the latest gitlab-ee image in docker
- Log in
- Create a new project. Notice that project URL is not pointing to external_url
Could you please advise me if this is a configuration problem.