本帖最后由 小马哥 于 2024-3-14 17:12 编辑
Configure GitLab for your system by editing /etc/gitlab/gitlab.rb file
And restart this container to reload settings.
To do it use docker exec:
- docker exec -it gitlab vim /etc/gitlab/gitlab.rb
- docker restart gitlab
复制代码
For a comprehensive list of configuration options please see the Omnibus GitLab readme
If this container fails to start due to permission problems try to fix it by executing: - docker exec -it gitlab update-permissions
- docker restart gitlab
复制代码
|