소스 검색

Merge pull request #586 from pierreozoux/fix-rocket

Pins mongo version
yosifkit 9 년 전
부모
커밋
b5be061c1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rocket.chat/content.md

+ 1 - 1
rocket.chat/content.md

@@ -11,7 +11,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: