gitlab安装后如何修改domian 或ip

发布于 2022-08-29 20:55:05 字数 156 浏览 9 评论 0

gitlab 安装时设置了domian 为192.168.2.129
完成后,我的虚拟机ip变了。
现在怎么才能修改安装时的 domian
现在gitlab 一直是git@192.168.2.129:master/match.git
请指点怎么修改这个仓库的ip

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

吹梦到西洲 2022-09-05 20:55:05

gitlab/config/gitlab.yml

GitLab settings

gitlab:
## Web server settings
host: 192.168.2.129 #ip or domain
port: 80
https: false

沐歌 2022-09-05 20:55:05

Configuring the external URL for GitLab
In order for GitLab to display correct repository clone links to your users it needs to know the URL under which it is reached by your users, e.g. http://gitlab.example.com. Add or edit the following line in /etc/gitlab/gitlab.rb:

external_url "http://gitlab.example.com"

Run sudo gitlab-ctl reconfigure for the change to take effect.

谎言 2022-09-05 20:55:05

/home/git/gitlab/config/gitlab.yml
修改host的值

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文