Skip to content

Commit

Permalink
Merge pull request #730 from czj69233/main
Browse files Browse the repository at this point in the history
change password
  • Loading branch information
qiaofeng1227 authored Oct 23, 2024
2 parents 6abc2ef + 4f2c797 commit 5f4109a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/milvus/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ services:
# - "9001:9001"
# - "9000:9000"
environment:
MINIO_ACCESS_KEY: $W9_POWER_PASSWORD
MINIO_SECRET_KEY: $W9_POWER_PASSWORD
MINIO_ACCESS_KEY: minioadmin
MINIO_SECRET_KEY: minioadmin
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
Expand Down

0 comments on commit 5f4109a

Please sign in to comment.