Skip to content

Update results cache health check command in docker-compose-all.yaml #1742

@coderabbitai

Description

@coderabbitai

Description

Update the results cache's health check command in docker-compose-all.yaml to match the format used in the Helm chart for consistency.

Proposed Change

Change the health check command to:

mongosh 127.0.0.1:27017/test --quiet --eval "db.runCommand('ping').ok"

This format avoids using shell piping and aligns with the Helm chart implementation.

Context

Requested by @junhaoliao in PR #1698

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions