Update bootstrapping.html.md

This commit is contained in:
Alex Dadgar
2016-07-27 10:31:15 -07:00
committed by GitHub
parent 5081b940e9
commit 9ebec08ff4

View File

@@ -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"
}