You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mysql 5.7 image does not work on m1 macs. (mysql 8.0 works fine)
To get around this you can force the platform on the container definition in mysql.yml to be amd64 running on linux (platform: linux/x86_64). Bit of a hack but it works:
The mysql 5.7 image does not work on m1 macs. (mysql 8.0 works fine)
To get around this you can force the platform on the container definition in
mysql.yml
to be amd64 running on linux (platform: linux/x86_64
). Bit of a hack but it works:The text was updated successfully, but these errors were encountered: