GitLab IP修改
Posted jasaja
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GitLab IP修改相关的知识,希望对你有一定的参考价值。
1. 修改 gitlab.yml文件
cd /opt/gitlab/embedded/service/gitlab-rails/config
vim gitlab.yml0
2. 修改文件内容
## GitLab settings
gitlab:
## Web server settings (note: host is the FQDN, do not include http://)
host: 192.168.0.180
port: 8081
https: false
3. 重启服务
gitlab-ctl restart
that is all.
以上是关于GitLab IP修改的主要内容,如果未能解决你的问题,请参考以下文章
Python3 - Docker 安装部署Gitlab代码托管教程
Python3 - Docker 安装部署Gitlab代码托管教程