Skip to content

Fix the web interface port number

Ondřej Čertík requested to merge certik/omnibus-gitlab:patch-2 into master

When the web interface port number is changed in the external_url, GitLab will expose the web interface on that port inside Docker. As such, the corresponding docker run must expose the given port, not the default port 80.

Before this change, the http://gitlab.example.com:8929 would fail in the browser. After this change, it works.

Merge request reports