mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1020 from overleaf/msm-update-mongo-4-2
Update mongo version for upcoming CE 3.1.0 version
This commit is contained in:
commit
3b8ff0c1bf
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ services:
|
|||
|
||||
mongo:
|
||||
restart: always
|
||||
image: mongo:4.0
|
||||
image: mongo:4.2
|
||||
container_name: mongo
|
||||
expose:
|
||||
- 27017
|
||||
|
|
Loading…
Reference in a new issue