From 9ebec08ff4c72cf01fb0c2dc5bd4f75cd0cf65ec Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 27 Jul 2016 10:31:15 -0700 Subject: [PATCH] Update bootstrapping.html.md --- website/source/docs/cluster/bootstrapping.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/cluster/bootstrapping.html.md b/website/source/docs/cluster/bootstrapping.html.md index 0fb668326..88e46fb01 100644 --- a/website/source/docs/cluster/bootstrapping.html.md +++ b/website/source/docs/cluster/bootstrapping.html.md @@ -65,7 +65,7 @@ bind_addr = "0.0.0.0" # and clients. The IPs can be materialized by Terraform or be replaced by an # init script. advertise { - http = "${self.ipv4_address}:4648" + http = "${self.ipv4_address}:4646" rpc = "${self.ipv4_address}:4647" serf = "${self.ipv4_address}:4648" }