Skip to content

Commit ee2e9fb

Browse files
locl redis to 7 to fix e2e tests (#3819)
1 parent 648df2c commit ee2e9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/clustering/redis/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
redisA:
3-
image: &image redis:latest
3+
image: &image redis:7
44
command: redis-server /redis/conf/redis.conf
55
volumes:
66
- "./master:/redis/conf:ro"

0 commit comments

Comments
 (0)