Skip to content

Commit

Permalink
ci: 👷 Remove MySQL password command as no longer needed and breaking CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrew82 committed May 6, 2024
1 parent 046809e commit cf9f66e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion development/docker-compose.mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
db:
image: "mysql:8"
command:
- "--default-authentication-plugin=mysql_native_password"
- "--max_connections=1000"
env_file:
- "development.env"
Expand Down

0 comments on commit cf9f66e

Please sign in to comment.