bootcamp
bootcamp copied to clipboard
[BUG]: 5000 port is inused
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
当运行https://github.com/milvus-io/bootcamp/tree/master/solutions/reverse_image_search/quick_deploy的docker-compose up -d,会出现有个5000端口号,系统禁止是使用
Expected Behavior
No response
Steps To Reproduce
No response
Software version
Milvus: [e.g. 2.0.0rc1]
Server: [e.g. 2.0.0]
Client: [e.g. 2.0.0]
Anything else?
No response
@superior-god I think you need to check the 5000 port is already in use with sudo netstat -an | grep 8000.
If you are running MacOS going to Settings -> Sharing -> Disable Airplay Receiver.