Skip to content

Instantly share code, notes, and snippets.

@afragen
Last active April 3, 2022 19:14
Show Gist options
  • Save afragen/69c8ba7f574d404cb89a69dfe6c26c1c to your computer and use it in GitHub Desktop.
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.
# 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