How to create milvus and write Docker compose to ensure port conflicts are avoided #39031
huangzong123
started this conversation in
Ideas & Feature requests
Replies: 1 comment 5 replies
-
For example, start two milvus standalone with two docker-compose.yaml
Connect to the milvus_1: Connect to the milvus_2: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is already a milvus database started using Docker Compose on the server host. I need to start another milvus database. How can I write Docker Compose to ensure that both databases exist simultaneously and ports do not interfere with each other.
Beta Was this translation helpful? Give feedback.
All reactions