Skip to content

Commit

Permalink
milvus
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Oct 8, 2024
1 parent 0e8d3c4 commit f77f728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/milvus/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
image: minio/minio:RELEASE.2023-03-20T20-16-18Z
volumes:
- minio_data:/minio_data
command: minio server /minio_data --console-address ":9001}"
command: minio server /minio_data --console-address ":9001"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
interval: 30s
Expand Down

0 comments on commit f77f728

Please sign in to comment.