Gitlab部署

Gitlab 部署

参考连接: https://docs.gitlab.com/omnibus/docker/

设置中文:

用户自行设置: https://blog.csdn.net/wh2574021892/article/details/106062266/ 管理员设置: https://blog.csdn.net/weixin_44257023/article/details/109249769

gitlab 仓库备份:

https://www.cnblogs.com/mingerlcm/p/12633720.html

Gitlab修改域名:

https://www.gaotengjiao.com/gitlab%E9%A1%B9%E7%9B%AE%E5%9C%B0%E5%9D%80%E4%BF%AE%E6%94%B9%E5%9F%9F%E5%90%8D%E9%85%8D%E7%BD%AE/

修改gitlab.yml文件,在如下位置中:

[root@localhost]# cd /opt/gitlab/embedded/service/gitlab-rails/config 
[root@localhost]# vi gitlab.yml  


  gitlab:
    ## Web server settings (note: host is the FQDN, do not include http://)
    host: 此处修改成自己的域名
    port: 80
    https: false

gitlab-ctl restart

分享