Commit b9814656 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

ollama should listen on external interface

parent ae344840
......@@ -32,6 +32,7 @@ Type=simple
User=root
Group=root
Environment="GIN_MODE=release"
Environment="OLLAMA_HOST=0.0.0.0"
ExecStart=/usr/bin/ollama serve
Restart=on-failure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment