Skip to content

Commit

Permalink
Unpin minio
Browse files Browse the repository at this point in the history
- Unpin minio version
- Update healthcheck per minio/minio#18371
  • Loading branch information
webb-ben committed Nov 28, 2024
1 parent 489b007 commit f2209e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:

minio:
container_name: wis2box-minio
image: minio/minio:RELEASE.2024-08-03T04-33-23Z-cpuv1
image: minio/minio
mem_limit: 512m
memswap_limit: 512m
restart: always
Expand All @@ -56,7 +56,7 @@ services:
volumes:
- minio-data:/data
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
test: timeout 5s bash -c ':> /dev/tcp/127.0.0.1/9000' || exit 1
interval: 5s
timeout: 1s
retries: 3
Expand Down

0 comments on commit f2209e8

Please sign in to comment.