Skip to content

Commit

Permalink
docs(contributing): fix couch version for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hulkoba authored and janl committed Jul 4, 2019
1 parent b9035f7 commit 6e6a62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To run the tests you will need [Docker](https://docs.docker.com/engine/installat

```bash
# Install CouchDB on Docker
$ docker pull apache/couchdb:2.1.1
$ docker pull apache/couchdb:2.3.1
```
A fake private key in the .env file is needed generate it like this:
* Linux
Expand Down

0 comments on commit 6e6a62b

Please sign in to comment.