79560182

Date: 2025-04-07 14:52:59
Score: 1
Natty:
Report link

I faced the same issue when starting the mysql container on amd64 architecture.
fixed by adding

platform: linux/amd64

to the MySQL service in docker compose file, like so

mysql:
  image: ${BASE_PATH}/mysql:8.0-debian
  platform: linux/amd64
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vladyslav Tolosiuk