标签:gitlab rail lse host als tar git settings note
cd /opt/gitlab/embedded/service/gitlab-rails/config 
vim gitlab.yml0
 ## GitLab settings
  gitlab:
    ## Web server settings (note: host is the FQDN, do not include http://)
    host: 192.168.0.180
    port: 8081
    https: false
gitlab-ctl restart
that is all.
标签:gitlab rail lse host als tar git settings note
原文地址:https://www.cnblogs.com/Jasaja/p/12490796.html