Running docker on Apple Silicon/M1 and currently getting this error when performing docker-compose up -d
no matching manifest for linux/arm64/v8 in the manifest list entries
This error was originally showing for my mysql_db too however I went into the docker-compose.yml file and added -
mysql_db:
restart: always
platform: linux/x86_64
When trying to add the same line under api_elasticsearch in my docker-compose.yml, it doesn't work.