|
@@ -21,7 +21,7 @@ It is a great solution for communities and companies wanting to privately host t
|
|
First, start an instance of mongo:
|
|
First, start an instance of mongo:
|
|
|
|
|
|
```console
|
|
```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:
|
|
Then start Rocket.Chat linked to this mongo instance:
|