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:
Miguel Serrano 2022-05-17 15:15:01 +02:00 committed by GitHub
commit 3b8ff0c1bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ services:
mongo:
restart: always
image: mongo:4.0
image: mongo:4.2
container_name: mongo
expose:
- 27017