Merge pull request #574 from frntn/patch-1

Update overlay.md
This commit is contained in:
Jana Radhakrishnan
2015-10-06 15:04:38 -07:00
+1 -1
View File
@@ -48,7 +48,7 @@ $ consul agent -server -bootstrap -data-dir /tmp/consul -bind=<host-1-ip-address
**host-2** Start the Consul agent:
```
$ consul agent -data-dir /tmp/consul -bind <host-2-ip-address>
$ consul agent -data-dir /tmp/consul -bind=<host-2-ip-address>
$ consul join <host-1-ip-address>
```