anything-llm
anything-llm copied to clipboard
[BUG]: can not listen on 0.0.0.0
How are you running AnythingLLM?
Docker (local)
What happened?
This is my setting:
OLLAMA_HOST = 0.0.0.0 Enable network discovery
C:\Users\xiaoh>netstat -ano |findstr 11434 TCP 127.0.0.1:11434 0.0.0.0:0 LISTENING 24448 TCP 127.0.0.1:11434 127.0.0.1:57581 ESTABLISHED 24448 TCP 127.0.0.1:57581 127.0.0.1:11434 ESTABLISHED 18016
C:\Users\xiaoh>telnet 192.168.0.111 11434 正在连接192.168.0.111...无法打开到主机的连接。 在端口 11434: 连接失败
Are there known steps to reproduce?
No response