Merge pull request #1053 from philips/proxy-in-procfile

Procfile: add a proxy
release-2.0
Brandon Philips 2014-09-10 18:47:53 -07:00
commit 71a1c1aa84
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@
etcd0: ./etcd -id 0x0 -l :8080 -peers '0x0=localhost:8080&0x1=localhost:8081&0x2=localhost:8082'
etcd1: ./etcd -id 0x1 -l :8081 -peers '0x0=localhost:8080&0x1=localhost:8081&0x2=localhost:8082'
etcd2: ./etcd -id 0x2 -l :8082 -peers '0x0=localhost:8080&0x1=localhost:8081&0x2=localhost:8082'
proxy: ./etcd -proxy-mode -l :4001 -peers '0x0=localhost:8080&0x1=localhost:8081&0x2=localhost:8082'