Pins mongo version

This commit is contained in:
pierreozoux 2016-05-23 06:45:05 +01:00
parent 1f2750c6b4
commit 6022cafa59
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ It is a great solution for communities and companies wanting to privately host t
First, start an instance of mongo:
```console
$ docker run --name db -d mongo --smallfiles
$ docker run --name db -d mongo:3.0 --smallfiles
```
Then start Rocket.Chat linked to this mongo instance: