Merge pull request #4891 from overleaf/ho-web-mongo-4-2

bump mongo to 4.2.15

GitOrigin-RevId: 1ac2057f264bd6dbe042d8f999a4ab1054c9edf5
This commit is contained in:
Henry Oswald
2021-09-14 13:07:33 +01:00
committed by Copybot
parent ab736aecc6
commit 8197411cdf
16 changed files with 16 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ services:
command: npm run --silent test:acceptance
mongo:
image: mongo:4.0
image: mongo:4.2.15
healthcheck:
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
interval: 1s