Can't specify port 5000 in external_url
Created by: tedostrem
I need to run gitlab on port 5000 due to lack of ICP license on a chinese server and when I do the following change to gitlab.rb the server becomes inaccessible external_url 'http://vhost.mydomain.cn:5000'
If I change it to port 80 gitlab runs fine except that notification emails being sent out are omitting the port and assumes port 80 and thus the URL in the emails is wrong.
I'm using the genezys/gitlab docker image which means that the server is running on port 80 inside of the container with a nginx reverse proxy on port 5000 in front.