zh vor 5 Monaten
Ursprung
Commit
5b2fef761c
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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