我在 macos(14.6)电脑上使用 docker-compose 安装 gitlab (yrzr/gitlab-ce-arm64v8:17.3.0-ce.0)时 ,第一次安装时成功的而且能够正常使用,但是当我重启容器后,就无法使用了,一直无法重启成功,报错信息如下:
{"correlation_id":"01J5HWWZKQEQ1T5HMJ3BYFR9SY","duration_ms":0,"error":"badgateway: failed to receive response: dial unix /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket: connect: connection refused","level":"error","method":"GET","msg":"","time":"2024-08-18T04:46:02Z","uri":"/users/sign_in"}
bundler: failed to load command: puma (/opt/gitlab/embedded/bin/puma)
/opt/gitlab/embedded/lib/ruby/gems/3.1.0/gems/puma-6.4.0/lib/puma/binder.rb:186:in `realdirpath': Invalid argument @ realpath_rec - /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket (Errno::EINVAL)
有人碰到类似的问题吗?不知道要怎么解决!