mirror of
https://github.com/clearlinux/docs.git
synced 2026-08-26 18:36:06 +00:00
Pins mongo version
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user