Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

镜像架构问题 #1498

Open
heqiang opened this issue Aug 6, 2024 · 1 comment
Open

镜像架构问题 #1498

heqiang opened this issue Aug 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@heqiang
Copy link

heqiang commented Aug 6, 2024

请描述该需求尝试解决的问题
我电脑的系统是mac的,arm64的,你们的镜像好像只有amd64的,是否可以提供arm的镜像呢

@heqiang heqiang added the enhancement New feature or request label Aug 6, 2024
@cpython666
Copy link

兄弟,我使用mac m3pro也遇到了你的这个问题,在询问了gpt之后找到了解决方案,非常的简单,只需要在docker-compose.yml中添加一行命令即可。指定platform。只改变这一行代码即可成功运行。🤩🥳

version: '3.3'
services:
  master:
    image: crawlabteam/crawlab
    platform: linux/amd64
    container_name: crawlab_master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants