Hello I installed latest gitlab using docker. I started the container with -p 10080:80 and 10022:22
I can browse gitlab and do what I need I can even git clone both http and ssh using ports 10080 and 10022 respectively.
In the front end though the urls don't show with the appropriate ports.
I changed the ssh_shell property. That works fine!
For whatever reason any attempt to modify the external_url property doesn't work! I put "http://myhost:10080" But when I restart the container it doesn't seem to want to start. I can't browse nothing simply commenting it out it works again.
So now the front end shows the correct ssh clone url, but not the http one.