mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 15:05:43 +00:00
docker-compose: Replace deprecated mongo
with mongosh
This commit is contained in:
parent
3f57c66510
commit
a20735426d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ services:
|
|||
# This override is not needed when running the setup after starting up mongo.
|
||||
- mongo:127.0.0.1
|
||||
healthcheck:
|
||||
test: echo 'db.stats().ok' | mongo localhost:27017/test --quiet
|
||||
test: echo 'db.stats().ok' | mongosh localhost:27017/test --quiet
|
||||
interval: 10s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
|
|
Loading…
Add table
Reference in a new issue