zh 5 месяцев назад
Родитель
Сommit
5b2fef761c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -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