Open koeppel opened 5 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
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