update 26.7.25
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user