strapi-community / strapi-tool-dockerize

Easy add support for docker to your strapi project
MIT License
543 stars 35 forks source link

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

Open koeppel opened 3 months ago

koeppel commented 3 months ago

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