You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
System Info
Information
🐛 Describe the bug
Hi,
I am trying to run LlamaStack - But Facing Port 5000 already in use.
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
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.
The text was updated successfully, but these errors were encountered: