fix: fix healthcheck

This commit is contained in:
tdurieux
2024-04-05 13:11:43 +01:00
parent c940c98b6e
commit 9048b5c3b1
4 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ services:
healthcheck:
test:
- CMD
- mongo
- mongosh
- --eval
- "db.adminCommand('ping')"
interval: 10s