diff --git a/docker/.env.debug.example b/docker/.env.debug.example index d0ef95ff45..b1a616a783 100644 --- a/docker/.env.debug.example +++ b/docker/.env.debug.example @@ -43,7 +43,7 @@ export VE_IMAGEX_UPLOAD_HOST="https://imagex.volcengineapi.com" export STORAGE_TYPE="minio" # minio / tos / s3 export STORAGE_UPLOAD_HTTP_SCHEME="http" # http / https. If coze studio website is https, you must set it to https export STORAGE_BUCKET="opencoze" -# MiniIO +# MinIO export MINIO_ROOT_USER=minioadmin export MINIO_ROOT_PASSWORD=minioadmin123 export MINIO_DEFAULT_BUCKETS=milvus diff --git a/docker/.env.example b/docker/.env.example index fbf0d86fcd..84c1e7aaa8 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -43,7 +43,7 @@ export VE_IMAGEX_UPLOAD_HOST="https://imagex.volcengineapi.com" export STORAGE_TYPE="minio" # minio / tos / s3 export STORAGE_UPLOAD_HTTP_SCHEME="http" # http / https. If coze studio website is https, you must set it to https export STORAGE_BUCKET="opencoze" -# MiniIO +# MinIO export MINIO_ROOT_USER=minioadmin export MINIO_ROOT_PASSWORD=minioadmin123 export MINIO_DEFAULT_BUCKETS=milvus