diff --git a/docker-compose.yml b/docker-compose.yml index 028a55f32..7313f42fd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -76,7 +76,7 @@ services: mysql: image: mysql:8 - command: --default-authentication-plugin=mysql_native_password + command: --mysql-native-password=ON environment: MYSQL_ROOT_PASSWORD: example MYSQL_DATABASE: promgen