no matching manifest for linux/arm64/v8 in the manifest list entries
version: '3.6'
services:
mysql:
image: mysql
platform: linux/amd64 # ADD THIS LINE
restart: always
ports:
no matching manifest for linux/arm64/v8 in the manifest list entries
version: '3.6'
services:
mysql:
image: mysql
platform: linux/amd64 # ADD THIS LINE
restart: always
ports:
no matching manifest for linux/arm64/v8 in the manifest list entries Mac
services:
db:
platform: linux/x86_64
image: mysql:5.7
...
no matching manifest for linux/arm64/v8 in the manifest list entries
version: '3.6'
services:
mysql:
image: mysql
platform: linux/amd64 # ADD This line to your docker-compose
restart: always
ports:
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
//Add platform like this:
services:
db:
platform: linux/x86_64
image: mysql:5.7
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us