Skip to content

Commit

Permalink
fix ci part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnider2195 committed Sep 18, 2024
1 parent 341f0b9 commit fafc85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/docker-compose.mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
db:
image: "mysql:8"
command:
- "--default-authentication-plugin=mysql_native_password"
- "--max_connections=1000"
env_file:
- "development.env"
- "creds.env"
Expand Down

0 comments on commit fafc85d

Please sign in to comment.