We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dfcb3 commit 8cadd13Copy full SHA for 8cadd13
tests/dockers/docker-compose.yml
@@ -30,7 +30,7 @@ services:
30
- TLS_ENABLED=yes
31
- PORT=16379
32
- TLS_PORT=27379
33
- command: ${REDIS_EXTRA_ARGS:---enable-debug-command yes --enable-module-command yes --tls-auth-clients optional --save "" --cluster-announce-ip 127.0.0.1}
+ command: ${REDIS_EXTRA_ARGS:---enable-debug-command yes --enable-module-command yes --tls-cluster yes --tls-auth-clients optional --save "" --cluster-announce-ip 127.0.0.1}
34
ports:
35
- "16379-16384:16379-16384"
36
- "27379-27384:27379-27384"
0 commit comments