prevent startup error when user has multiple private IPs configured locally

This commit is contained in:
windowsrefund 2017-01-03 15:24:11 -05:00
parent e086a81353
commit b77ad87bd5

View file

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