美文网首页
修改gitlab仓库http下载链接

修改gitlab仓库http下载链接

作者: Terry_Qian | 来源:发表于2021-04-29 15:18 被阅读0次
  • 进入gitlab-ce容器
vim /opt/gitlab/embedded/service/gitlab-rails/config/gitlab.yml
  gitlab:
    ## Web server settings (note: host is the FQDN, do not include http://)
    host: 123.456.789.10
    port: 1080
    https: false
    time_zone: "Asia/Shanghai"

ssh_host: 123.456.789.10
ssh_port: 1022
  • 重启服务:
gitlab-ctl restart
  • 等待2min

相关文章

网友评论

      本文标题:修改gitlab仓库http下载链接

      本文链接:https://www.haomeiwen.com/subject/ocrwrltx.html