Macbook Pro M1 fix -Service 'mysql' failed to build : no matching manifest for linux/arm64/v8 in the manifest list entries
The newest Apple Silicon M1 chips are not compatible with some Docker images and end up throwing: no matching manifest for linux/arm64/v8 in the manifest list entries
To fix this error, run the following:
export DOCKER_BUILDKIT=0
export COMPOSE_DOCKE...
thatladydev.hashnode.dev1 min read