Skip to content

Commit 787c41f

Browse files
committed
Add 8.0m3 image in docker compose
1 parent efe0f65 commit 787c41f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.rdb
22
testdata/*
3+
dockers/
34
.idea/
45
.DS_Store
56
*.tar.gz
6-
*.dic
7+
*.dic

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
services:
44

55
redis-stanalone:
6-
image: redislabs/client-libs-test:8.0-M02
6+
image: redislabs/client-libs-test:8.0-M03
77
container_name: redis-standalone
88
environment:
99
- REDIS_CLUSTER=no

0 commit comments

Comments
 (0)