AMP AMP
AMP
0
AMP

Change a default port for GitLab

Question:

Need to change default port number of GitLab on CentOS7?

gitlab Linux CentOS Add a comment
a sample image
caden
asked Dec 08 2020

Answer

AMP
0
AMP

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
a sample image
linuxhelp
asked Dec 08 2020
Post your Answer