update 26.7.25

This commit is contained in:
kun
2026-07-26 00:28:07 +08:00
parent d89353248e
commit 59b80ba269
+2 -2
View File
@@ -13,8 +13,8 @@ services:
volumes: volumes:
- /volume1/docker/docker_projects/minio:/data - /volume1/docker/docker_projects/minio:/data
ports: ports:
- "3401:9000" # S3 API - "3301:9000" # S3 API
- "3400:9001" # Web Console - "3300:9001" # Web Console
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s interval: 30s