Skip to content

Commit 0a1ee8f

Browse files
committed
Change command in docker compose
1 parent e4f2647 commit 0a1ee8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
services:
44

55
redis:
6-
image: redislabs/client-libs-test:8.0-M01
6+
image: redislabs/client-libs-test:8.0-M02
77
container_name: redis-standalone
88
environment:
99
- REDIS_CLUSTER=no
1010
- PORT=6379
1111
- TLS_PORT=6666
12-
command: --enable-module-command yes
12+
command: --enable-module-command yes
1313
ports:
1414
- 6379:6379
1515
- 6380:6379

0 commit comments

Comments
 (0)