diff --git a/test/docker-compose.yml b/test/docker-compose.yml index 1c0ba38..8c1e4e9 100644 --- a/test/docker-compose.yml +++ b/test/docker-compose.yml @@ -37,7 +37,7 @@ services: - MYSQL_DATABASE=db_int_test healthcheck: test: /usr/bin/mysql -hlocalhost -uroot -pmoleculer -e "SELECT 1" - command: --default-authentication-plugin=mysql_native_password + command: --authentication-policy=caching_sha2_password volumes: - ./scripts/mysql-create-databases.sql:/docker-entrypoint-initdb.d/mysql-create-databases.sql