Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From MongoDB v6.0, the mongo shell is no longer included in the official Docker image. Instead, it has been replaced with mongosh. #332

Open
genkifs opened this issue Feb 17, 2025 · 0 comments

Comments

@genkifs
Copy link

genkifs commented Feb 17, 2025

Need to update the health check to use mongosh instead of mongo.

In docker-compose.yml need to change the health check to this:

healthcheck:
  test: ["CMD", "mongosh", "--eval", "db.adminCommand('ping')"]
  interval: 10s
  timeout: 5s
  retries: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant