Last active
April 3, 2022 19:14
-
-
Save afragen/69c8ba7f574d404cb89a69dfe6c26c1c to your computer and use it in GitHub Desktop.
Add this file to root of wordpress-develop on Apple Silicon to pull correct mysql container.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add support for linux/amd64 mysql into docker-compose.yml | |
services: | |
mysql: | |
platform: linux/amd64 <-- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment