Error while running docker comose up on MAC OS M1

Hi,

I’m trying to install openrouteservice on my local machine, i’m having a M1, 2020 MAC and when i run docker compose up this error shows up:

no matching manifest for linux/arm64/v8 in the manifest list entries

Any idea how to fix that one out ?

I managed to fix the issue by adding platform: linux/amd64 to the docker-compose file

1 Like