Hi,
I am creating a docker cluster of pilosa. But it shows only one Node in cluster.
node1.config.toml
data-dir = "node1_data"
bind = "https://localhost:10501"
[cluster]
coordinator = true
[tls]
certificate = "pilosa.local.crt"
key = "pilosa.local.key"
skip-verify = true
[gossip]
seeds = ["localhost:15000"]
port = 15000
key = "pilosa.local.gossip32"
node2.config.toml
data-dir = "node2_data"
bind = "https://localhost:10502"
[tls]
certificate = "pilosa.local.crt"
key = "pilosa.local.key"
skip-verify = true
[gossip]
seeds = ["localhost:15000"]
port = 16000
key = "pilosa.local.gossip32"
node3.config.toml
data-dir = "node3_data"
bind = "https://localost:10503"
[tls]
certificate = "pilosa.local.crt"
key = "pilosa.local.key"
skip-verify = true
[gossip]
seeds = ["localhost:15000"]
port = 17000
key = "pilosa.local.gossip32"