Update comments for minio

This commit is contained in:
2025-07-16 22:43:25 +05:30
parent e0012c2109
commit 0a956ac586

View File

@@ -25,6 +25,8 @@ services:
# Network ports # Network ports
ports: ports:
- ${API_PORT}:9000 # MinIO API port - ${API_PORT}:9000 # MinIO API port
# Health check configuration
healthcheck: healthcheck:
test: ["CMD", "mc", "ready", "local"] test: ["CMD", "mc", "ready", "local"]
interval: 5s interval: 5s