|
|
@@ -5,7 +5,7 @@ services:
|
|
|
container_name: minio-manager
|
|
|
restart: unless-stopped
|
|
|
ports:
|
|
|
- - "8000:8000"
|
|
|
+ - "9002:9002"
|
|
|
volumes:
|
|
|
- ./home/baoshi/minio/backend/app:/app
|
|
|
- ./home/baoshi/minio/backend/logs:/app/logs
|
|
|
@@ -13,7 +13,7 @@ services:
|
|
|
minio:
|
|
|
condition: service_healthy
|
|
|
healthcheck:
|
|
|
- test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
|
|
|
+ test: ["CMD", "curl", "-f", "http://localhost:9002/health"]
|
|
|
interval: 30s
|
|
|
timeout: 10s
|
|
|
retries: 3
|