frappe / frappe_docker

Docker images for production and development setups of the Frappe framework and ERPNext
MIT License
1.52k stars 1.4k forks source link

Make compose compatible with newer Apple Silicon #1370

Closed r1ckr closed 7 months ago

r1ckr commented 7 months ago

Is your feature request related to a problem? Please describe. Yeah, the compose file doesn't work in MacOS with Apple Silicon

Describe the solution you'd like To be able to run docker compose up -d in arm based chips

Solution To add the platform: linux/amd64 in the compose template, to indicate docker to download the linux version of the image instead of looking for the arm manifest.

Zirma commented 4 months ago

it's not a full compatibility as there is performance issue. Please, provide docker image for platform: linux/arm64