We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823fa56 commit b03acdaCopy full SHA for b03acda
1 file changed
usecases/ollama/serve.sh
@@ -37,7 +37,7 @@ start(){
37
38
./ollama serve &
39
P1=$!
40
- open-webui serve &
+ open-webui serve --host 127.0.0.1 &
41
P2=$!
42
43
while ! service_is_ready; do
0 commit comments