Quellcode durchsuchen

Update MariaDB and MySQL to latest supported Magento 2.4.8 versions (#1325)

Mark Shust vor 1 Monat
Ursprung
Commit
275eac16ff
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      compose/compose.yaml

+ 2 - 2
compose/compose.yaml

@@ -36,7 +36,7 @@ services:
     #extra_hosts: *appextrahosts
 
   db:
-    image: mariadb:10.6
+    image: mariadb:11.4
     command:
       --max_allowed_packet=64M
       --optimizer_use_condition_selectivity=1
@@ -50,7 +50,7 @@ services:
   ## If you wish to use MySQL, comment out the mariadb db image above and
   ## uncomment this block.
   #db:
-  #  image: mysql:8.0
+  #  image: mysql:8.4
   #  command:
   #    --max_allowed_packet=64M
   #    --optimizer_use_condition_selectivity=1