فهرست منبع

Add Valkey 8 image for Magento 2.4.8 support #1320 (#1327)

Mark Shust 1 ماه پیش
والد
کامیت
4c46603c91
1فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 8 1
      compose/compose.yaml

+ 8 - 1
compose/compose.yaml

@@ -62,10 +62,17 @@ services:
   #    - dbdata:/var/lib/mysql
 
   redis:
-    image: redis:7.2-alpine
+    image: valkey/valkey:8.1-alpine
     ports:
       - "6379:6379"
 
+  ## If you wish to use Redis, comment out the redis image above and
+  ## uncomment this block.
+  #redis:
+  #  image: redis:7.2-alpine
+  #  ports:
+  #    - "6379:6379"
+
   opensearch:
     image: markoshust/magento-opensearch:2.12-0
     ports: