-
Notifications
You must be signed in to change notification settings - Fork 635
Open
Labels
Description
System Info
- MacBook Pro 1 - Apple Silicon
- PyCharm
- Python 3.12
Information
- The official example scripts
- My own modified scripts
🐛 Describe the bug
Hi,
I am trying to run LlamaStack - But Facing Port 5000 already in use.
- llama-stack/llama-stack/distributions/ollama % docker compose up
Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5000 -> 0.0.0.0:0: listen tcp4 0.0.0.0:5000: bind: address already in use
- I tried to change port like below in ollama compose file.
It is also able to run like below
2.1 Now when I try to hit api like below -
I get blank response - for Port 5000
I get Failed to connect error - for New Port 6000
Can you kindly guide ?
Error logs
Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5000 -> 0.0.0.0:0: listen tcp4 0.0.0.0:5000: bind: address already in use
Expected behavior
I should be able to get response for api call.