tigh 发表于 2018-1-11 22:07:31

GitLab 项目创建后地址由Localhost改为实际IP的方法

## GitLab settings  gitlab:
  ## Web server settings (note: host is the FQDN,
do not include http://)  host: localhost         >> 这里改为主机的IP即可
  port: 80
  https: false
  

  # Uncommment this line below if your ssh host is different from HTTP/HTTPS one
  # (you'd obviously need to replace ssh.host_example.com with your own host).
  # Otherwise, ssh host will be set to the `host:` value above
页: [1]
查看完整版本: GitLab 项目创建后地址由Localhost改为实际IP的方法