Skip to content

Commit

Permalink
Update rumors-test-db script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jul 9, 2018
1 parent 1888783 commit 25101a4
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 @@ -97,7 +97,7 @@ $ npm run lint:fix
To prepare test DB, first start an elastic search server on port 62223:

```
$ docker run -d -p "62223:9200" --name "rumors-test-db" docker.elastic.co/elasticsearch/elasticsearch:6.1.0
$ docker run -d -p "62223:9200" --name "rumors-test-db" docker.elastic.co/elasticsearch/elasticsearch-oss:6.3.0
# If it says 'The name "rumors-test-db" is already in use',
# Just run:
$ docker start rumors-test-db
Expand Down

0 comments on commit 25101a4

Please sign in to comment.