Skip to content

Commit

Permalink
Fix mysql container
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed May 30, 2024
1 parent 8e063a4 commit 6312359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
# not sure how to properly healthcheck
mysql:
image: mysql
command: ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci','--default-authentication-plugin=mysql_native_password']
command: ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']
environment:
- MYSQL_ROOT_PASSWORD=pass
- MYSQL_USER=user
Expand Down

0 comments on commit 6312359

Please sign in to comment.