ответ действительно легко ищется. Схожая проблема обсуждается например вот тут
https://github.com/farmOS/farmOS/issues/55
Смысл решения: указать опцию mysql
innodb_use_native_aio=0 , примерно следующим образом:
Workaround for the MySQL issue:
In docker-compose.yml add the following volume to the db service:
- './.data/conf:/etc/mysql/conf.d'
Then, in the .data folder, add a folder called conf, with a file called local.cnf, with the following content:
[mysqld]
innodb_use_native_aio=0