0

Change a default port for GitLab

Question:

Need to change default port number of GitLab on CentOS7?

gitlab Linux CentOS Add a comment
caden
asked Dec 08 2020

Answer

0

Answer:

Then you have configure gitlab.rb file. once you enter the file you have change the port number

vi /etc/gitlab/gitlab.rb

external url 'IP:port'

After you change your port then you have reconfigure you GitLab settings

gitlab-ctl reconfigure

Add a comment
linuxhelp
asked Dec 08 2020
Post your Answer