Skip to content

Commit

Permalink
bump to minio:RELEASE.2024-03-05T04-48-44Z
Browse files Browse the repository at this point in the history
Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Mar 6, 2024
1 parent 6ba9146 commit 6444059
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docker-compose/common/compose-include/minio.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

services:
minio:
image: minio/minio:RELEASE.2023-07-21T21-12-44Z
image: minio/minio:RELEASE.2024-03-05T04-48-44Z
entrypoint:
- sh
- -euc
Expand All @@ -21,11 +21,13 @@ services:
# - MINIO_PROMETHEUS_JOB_ID="integrations/minio"
volumes:
- data-minio:/data:delegated
# Fix health check https://github.com/minio/minio/issues/18373#issuecomment-1790003599
healthcheck:
test: ["CMD", "curl","-f","http://localhost:9000/minio/health/live"]
interval: 10s
test: timeout 5s bash -c ':> /dev/tcp/127.0.0.1/9000' || exit 1
interval: 5s
retries: 1
start_period: 5s
timeout: 5s
retries: 5
ports:
- "9001:9001"

Expand Down

0 comments on commit 6444059

Please sign in to comment.