mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #13251 from overleaf/msm-update-mongo-5
Update mongo in dev-environment to 5.0.17 GitOrigin-RevId: 37113421b41255ad4b72e120f4fe23808ef7d743
This commit is contained in:
@@ -44,7 +44,7 @@ services:
|
||||
command: npm run --silent test:acceptance
|
||||
|
||||
mongo:
|
||||
image: mongo:4.4.16
|
||||
image: mongo:5.0.17
|
||||
command: --replSet overleaf
|
||||
healthcheck:
|
||||
test: "mongo --quiet localhost/test --eval 'quit(db.runCommand({ ping: 1 }).ok ? 0 : 1)'"
|
||||
|
||||
Reference in New Issue
Block a user