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
When running docker-compose up, I get this warning in my terminal: "wordpress The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested" -- screenshot:
I see you mentioned something similar in this other issue:
Hey, yea I have the same issues actually, also on M1 now. It's the Docker images not tuned for ARM. Will look into it
But in my case, it seems like instead of the Docker images not being tuned for ARM, they aren't tuned for AMD. I know nothing about this stuff, but Docker Desktop also highlights this issue and says "ARM64: Image may have poor performance, or fail, if run via emulation" -- and my local WordPress backend is quite slow, so seems like this could be the cause. Is this possible to fix within the existing Docker image, or will it require using a different image?