Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite authored Feb 26, 2018
1 parent 554a5bb commit 3de550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scylla-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ docker-compose up -d
# Start Seed Node 1
$ PORT=3000 DEBUG=* node . --storage:path=skyring-1 --storage:contactPoints=0.0.0.0:9042 --storage:contactPoints=0.0.0.0:9043 --channel:port=3455

# Start Seed Node 1
# Start Seed Node 2
$ PORT=3001 DEBUG=* node . --storage:path=skyring-2 --storage:contactPoints=0.0.0.0:9042 --storage:contactPoints=0.0.0.0:9043 --channel:port=3456
```

Expand Down

0 comments on commit 3de550c

Please sign in to comment.