Merge pull request #1308 from DerEchteJoghurt:fix/mongo/mongosh

GitOrigin-RevId: e3efb05bfb6ea0f65dcd71c820324701bb48fa4f
This commit is contained in:
Copybot
2025-03-05 09:05:10 +00:00

View File

@@ -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