Skip to content

Commit

Permalink
Fixed README.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Jan 17, 2017
1 parent 26ea0bb commit 23fcfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Please see [ABOUT.md](https://github.com/journeymonitor/infra/blob/master/ABOUT.
#### Using Cassandra via Docker

- `docker run --name cassandra -p 127.0.0.1:7000:7000 -p 127.0.0.1:7001:7001 -p 127.0.0.1:7199:7199 -p 127.0.0.1:9042:9042 -p 127.0.0.1:9160:9160 -d cassandra:2.1`
- `docker exec cassandra cqlsh`
- `docker exec -ti cassandra cqlsh`

#### Prepare Cassandra

Expand Down

0 comments on commit 23fcfa3

Please sign in to comment.