Unverified Commit 63097607 authored by ToasterUwU's avatar ToasterUwU Committed by GitHub
Browse files

Correct MacOS Host port example (#1301)

parent 2ae80e1e
......@@ -23,7 +23,7 @@ Ollama binds to 127.0.0.1 port 11434 by default. Change the bind address with th
On macOS:
```bash
OLLAMA_HOST=0.0.0.0:11435 ollama serve
OLLAMA_HOST=0.0.0.0:11434 ollama serve
```
On Linux:
......
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