Hi all, I'm new to LibreChat but loving it so far.
I'm trying to follow the ollama guide. I keep running into this issue that when I stop the containers (docker compose stop), ollama seems to stick around. Then, when I try to bring them back up (docker compose up), I see:
Error response from daemon: driver failed programming external connectivity on endpoint librechat-ollama-1 (<id>): Error starting userland proxy: listen tcp4 0.0.0.0:11434: bind: address already in use
I can manually kill the process with:
ollama 27347 ollama 3u IPv4 116144 0t0 TCP 127.0.0.1:11434 (LISTEN)
> sudo kill -9 27347
But I assume I'm doing something wrong; I'd expect ollama to shut down when all the other containers shut down?