Changing gitlab http port 80 to 85

Hi,

I am a new user on Git lab and i need to change Git lab HTTP port to 85 with external URL.

how i can do this?

I am using Git lab version 13.2.0

Thanks & Regards

Musbbar

In /etc/gitlab/gitlab.rb set

external_url "http://gitlab.example.com:85"

and run

sudo gitlab-ctl reconfigure
2 Likes

Thanks,

Its work for me.