Skip to content

Commit

Permalink
Merge pull request #572 from JohnHaan/master
Browse files Browse the repository at this point in the history
Change etcd node port because the official port of etcd is 2379
  • Loading branch information
okushchenko authored Jul 31, 2017
2 parents 9073dae + 797553a commit 5f3f79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ confd supports two modes of operation daemon and onetime. In daemon mode confd p
#### etcd

```
confd -onetime -backend etcd -node http://127.0.0.1:4001
confd -onetime -backend etcd -node http://127.0.0.1:2379
```

#### consul
Expand Down

0 comments on commit 5f3f79d

Please sign in to comment.