There was an error while loading. Please reload this page.
1 parent 7fc06d3 commit 275eac1Copy full SHA for 275eac1
compose/compose.yaml
@@ -36,7 +36,7 @@ services:
36
#extra_hosts: *appextrahosts
37
38
db:
39
- image: mariadb:10.6
+ image: mariadb:11.4
40
command:
41
--max_allowed_packet=64M
42
--optimizer_use_condition_selectivity=1
@@ -50,7 +50,7 @@ services:
50
## If you wish to use MySQL, comment out the mariadb db image above and
51
## uncomment this block.
52
#db:
53
- # image: mysql:8.0
+ # image: mysql:8.4
54
# command:
55
# --max_allowed_packet=64M
56
# --optimizer_use_condition_selectivity=1
0 commit comments