小编sak*_*ove的帖子

当我在 m1 mac mini 上通过 docker 安装 gitlab-ce 时,它​​卡在 gitlab::database::migrations 上

这是我的运行命令:

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
Run Code Online (Sandbox Code Playgroud)

但就到此为止了

Recipe: gitlab::database_migrations

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

  * rails_migration[gitlab-rails] action run
Run Code Online (Sandbox Code Playgroud)

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

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

有人知道原因吗?

macos silicon gitlab apple-m1

6
推荐指数
1
解决办法
3340
查看次数

标签 统计

apple-m1 ×1

gitlab ×1

macos ×1

silicon ×1