Skip to content

Commit 4c46603

Browse files
authored
Add Valkey 8 image for Magento 2.4.8 support #1320 (#1327)
1 parent 677158a commit 4c46603

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

compose/compose.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,17 @@ services:
6262
# - dbdata:/var/lib/mysql
6363

6464
redis:
65-
image: redis:7.2-alpine
65+
image: valkey/valkey:8.1-alpine
6666
ports:
6767
- "6379:6379"
6868

69+
## If you wish to use Redis, comment out the redis image above and
70+
## uncomment this block.
71+
#redis:
72+
# image: redis:7.2-alpine
73+
# ports:
74+
# - "6379:6379"
75+
6976
opensearch:
7077
image: markoshust/magento-opensearch:2.12-0
7178
ports:

0 commit comments

Comments
 (0)