apolloconfig / apollo-quick-start

Apollo Quick Start
691 stars 1.85k forks source link

Update docker-compose.yml #93

Closed schneiderlin closed 1 year ago

schneiderlin commented 1 year ago

fix #92

https://stackoverflow.com/questions/65456814/docker-apple-silicon-m1-preview-mysql-no-matching-manifest-for-linux-arm64-v8

nobodyiam commented 1 year ago

This will solve the mysql startup issue, but I suppose the apollo-quick-start image would still fail as it's not based on arm image. I'm thinking how about we add a new file called docker-compose-arm64.yml so that the m1 users could activate it by docker-compose -f docker-compose-arm64.yml up. In this file, we could specify the arm64 images to use. And I have uploaded both amd64 and arm64 images according to this blog.

image

schneiderlin commented 1 year ago

Thank you for your suggestion. I have tested it on my machine and it works well.

nobodyiam commented 1 year ago

@schneiderlin Thanks! Would you please also help to update the docker quick start guide( zh & en )?