Fixes the Rocket.Chat deployment failure caused by MongoDB health check issues.
bitnamilegacy/mongodb:5.0 to bitnami/mongodb:6.0mongo shell command with mongosh in health checkecho 'db.stats().ok' | mongo to mongosh --eval 'db.runCommand("ping").ok'The bitnamilegacy/mongodb:5.0 image uses the old mongo shell which has been deprecated. MongoDB 6.0+ uses mongosh as the default shell. The health check was failing because:
Fixes #7941
/claim #7941
Ali Kemal Yavas
@Kemalyavas
Paul Albrecht
@paul-hph