update 26.7.25

This commit is contained in:
kun
2026-07-26 01:01:43 +08:00
parent fb66cae41b
commit 3b44134595
3 changed files with 3 additions and 31 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ services:
volumes:
- /volume1/docker/docker_projects/minio:/data
ports:
- "3301:9000" # S3 API
- "3300:9001" # Web Console
- "3501:9000" # S3 API
- "3500:9001" # Web Console
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s