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.
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.