-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: change MINIO_SECRET_KEY, milvus-standalone cant start #39316
Comments
that should be good enough if u use the right minio AK/SK |
minio:
standalone:
networks: i dont kmow why milvus-standalone fails to start milvus$docker compose ps |
/assign @LoveEachDay |
Is there an existing issue for this?
Environment
Current Behavior
I want to modify the MinIO initial password, but after modifying the yml file, the milvus-standalone container fails to start, how should I modify the MinIO initial password?
services:
minio:
...
environment:
MINIO_ACCESS_KEY:new_access_key
MINIO_SECRECT_KEY:new_secrect_key
...
Expected Behavior
No response
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: