From b77ad87bd5fede094e663de439e89c4f12bb0c56 Mon Sep 17 00:00:00 2001 From: windowsrefund <@sail> Date: Tue, 3 Jan 2017 15:24:11 -0500 Subject: [PATCH] prevent startup error when user has multiple private IPs configured locally --- website/source/intro/getting-started/deploy.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/deploy.html.md b/website/source/intro/getting-started/deploy.html.md index 4953c5c59c..147d978e02 100644 --- a/website/source/intro/getting-started/deploy.html.md +++ b/website/source/intro/getting-started/deploy.html.md @@ -55,7 +55,7 @@ Starting a local Consul instance takes only a few minutes. Just follow the up to the point where you have installed Consul and started it with this command: ```shell -$ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul +$ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul -bind 127.0.0.1 ``` ## Starting the Server