strapi-tool-dockerize
strapi-tool-dockerize copied to clipboard
There is no default-authentication-plugin parameter in Mysql 8.4
I've faced an issue when using the strapi-tool-dockerize to create a docker image for my strapi / next.js app.
The docker-compose.yml includes a command for mysql which is no longer supported. See https://stackoverflow.com/questions/78445419/unknown-variable-default-authentication-plugin-mysql-native-password -> https://dev.mysql.com/doc/refman/8.4/en/native-pluggable-authentication.html
This PR will adopt the docker-compose.yml template to use the new command instead