Skip to content

Commit 8cadd13

Browse files
committed
"--tls-cluster yes" for cluster setup
1 parent 32dfcb3 commit 8cadd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dockers/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- TLS_ENABLED=yes
3131
- PORT=16379
3232
- 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}
33+
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}
3434
ports:
3535
- "16379-16384:16379-16384"
3636
- "27379-27384:27379-27384"

0 commit comments

Comments
 (0)