Skip to content

Commit

Permalink
Merge pull request #132 from hathitrust/DEV-1231
Browse files Browse the repository at this point in the history
Updated the health check for Minio
  • Loading branch information
Ronster2018 authored Jun 26, 2024
2 parents ad91c0b + 963b2ad commit fa1f3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ services:
command: server /data
healthcheck:
<<: *healthcheck-defaults
test: [ "CMD", "/usr/bin/curl", "-s", "-f", "http://localhost:9000/minio/health/live"]
test: timeout 5s mc ready local

pushgateway:
image: prom/pushgateway
Expand Down

0 comments on commit fa1f3a6

Please sign in to comment.