Skip to content

Commit

Permalink
mysql 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Jan 14, 2025
1 parent d896140 commit 64ec239
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 @@ -19,7 +19,7 @@ class MySql extends Container
protected array $service_definition = [
'restart' => 'unless-stopped',
'command' => '--character-set-server=utf8 --collation-server=utf8_general_ci --mysql-native-password=ON --sort_buffer_size=10M',
'image' => 'mysql:8',
'image' => 'mysql:8.4',
'cap_add' => [
'SYS_NICE',
],
Expand Down

0 comments on commit 64ec239

Please sign in to comment.