Hello.
I need to add to the Docker container, which is a container for MySQL, an attribute that changes the mysql.ini file. Specifically, I need to add
myisam_max_sort_file_size = 10G I understand you need to change something in docker-compose.yml.
Tell me what exactly you need to add?
- ./resources/development/mysql-overrides.docker.cnf:/etc/mysql/conf.d/development-overrides.cnf- etki