gitlab 切换 ip

vi /etc/gitlab/gitlab.rb

修改地址:

external_url 'http://192.168.1.200:8888'

重启配置:

gitlab-ctl reconfigure
gitlab-ctl restart