Skip to content

Docker示例

获取初始GitLab密码

shell
docker ps
docker exec -it your_gitlab_container_name cat /etc/gitlab/initial_root_password
# 将 your_gitlab_container_name 替换为你的 GitLab 容器名称
最近更新