strapi-tool-dockerize icon indicating copy to clipboard operation
strapi-tool-dockerize copied to clipboard

There is no default-authentication-plugin parameter in Mysql 8.4

Open koeppel opened this issue 1 year ago • 0 comments

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

koeppel avatar Jun 23 '24 11:06 koeppel