mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
prevent startup error when user has multiple private IPs configured locally
This commit is contained in:
parent
e086a81353
commit
b77ad87bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue