mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user