소스 검색

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

Mark Shust 1 개월 전
부모
커밋
275eac16ff
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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