bootcamp icon indicating copy to clipboard operation
bootcamp copied to clipboard

[BUG]: 5000 port is inused

Open ddgetget opened this issue 3 years ago • 2 comments

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

ddgetget avatar May 31 '22 10:05 ddgetget

@superior-god I think you need to check the 5000 port is already in use with sudo netstat -an | grep 8000.

shiyu22 avatar Aug 05 '22 03:08 shiyu22

If you are running MacOS going to Settings -> Sharing -> Disable Airplay Receiver.

selected-pixel-jameson avatar Sep 15 '22 18:09 selected-pixel-jameson