浏览代码

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: