Skip to content

Commit

Permalink
support mysql 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed May 3, 2024
1 parent 457117f commit 74f2540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Containers/MySql.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MySql extends Container

protected array $service_definition = [
'restart' => 'unless-stopped',
'command' => '--character-set-server=utf8 --collation-server=utf8_general_ci --default-authentication-plugin=mysql_native_password --sort_buffer_size=10M',
'command' => '--character-set-server=utf8 --collation-server=utf8_general_ci --mysql-native-password=ON --sort_buffer_size=10M',
'image' => 'mysql:8',
'cap_add' => [
'SYS_NICE',
Expand Down

0 comments on commit 74f2540

Please sign in to comment.