docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password
grep: /etc/gitlab/initial_root_password: No such file or directory
如果服务是正常的,那就重置root密码:
gitlab-rake "gitlab:password:reset[root]"
docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password
grep: /etc/gitlab/initial_root_password: No such file or directory
如果服务是正常的,那就重置root密码:
gitlab-rake "gitlab:password:reset[root]"