We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d597529 commit 1b200b5Copy full SHA for 1b200b5
redis-cluster.tmpl
@@ -1,5 +1,8 @@
1
bind ${BIND_ADDRESS}
2
port ${PORT}
3
+cluster-announce-ip ${IP}
4
+cluster-announce-port ${PORT}
5
+cluster-announce-bus-port 1${PORT}
6
cluster-enabled yes
7
cluster-config-file nodes.conf
8
cluster-node-timeout 5000
0 commit comments