0

这是我的运行命令:

sudo docker run --detach \
  --hostname localgitlab.com \
  --publish 9443:443 --publish 9980:80 --publish 9922:22 \
  --name gitlab \
  --restart always \
  --volume ~/gitlab/config:/etc/gitlab: \
  --volume ~/gitlab/logs:/var/log/gitlab: \
  --volume ~/gitlab/data:/var/opt/gitlab: \
  --platform linux/amd64 --privileged=true \
  gitlab/gitlab-ce:latest

但它停在这里

Recipe: gitlab::database_migrations

  * ruby_block[check remote PG version] action nothing (skipped due to action :nothing)

  * rails_migration[gitlab-rails] action run

我不确定我是否可以将 m1 mac 用作 gitlab 服务器?

我在我的芯片间 mac 上成功设置了 gitlab。

有人知道原因吗?

4

0 回答 0