Skip to content

Commit

Permalink
Procfile: add a comment on how to use this
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Philips committed Sep 9, 2014
1 parent 70443ad commit a9c288a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Use goreman to run `go get github.com/mattn/goreman`
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'

0 comments on commit a9c288a

Please sign in to comment.