Skip to content

Commit

Permalink
fix: fix healthcheck for objstore
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi committed Aug 30, 2023
1 parent d85bd9f commit 069d923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ services:
# networks:
# - mojaloop-net
# healthcheck:
# test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test --quiet
# test: mongosh --eval 'db.runCommand("ping").ok' localhost:27017/test --quiet
# interval: 10s
# timeout: 10s
# retries: 5
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
networks:
- mojaloop-net
healthcheck:
test: echo 'db.runCommand("ping").ok' | mongosh localhost:27017/test --quiet
test: mongosh --eval 'db.runCommand("ping").ok' localhost:27017/test --quiet
interval: 10s
timeout: 10s
retries: 5
Expand Down

0 comments on commit 069d923

Please sign in to comment.