Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 1, 2024
1 parent 4ce89af commit 8fac4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8fac4aa

Please sign in to comment.