Commit 4a32b000 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

doc: fix typo

parent e3d77aa4
...@@ -46,7 +46,7 @@ If you want to access the Ollama web interface over LAN, for example, from your ...@@ -46,7 +46,7 @@ If you want to access the Ollama web interface over LAN, for example, from your
OLLAMA_HOST=0.0.0.0 OLLAMA_ORIGINS=* ollama serve OLLAMA_HOST=0.0.0.0 OLLAMA_ORIGINS=* ollama serve
``` ```
If your running Ollama via Docker: If you're running Ollama via Docker:
```bash ```bash
docker run -d -v ollama:/root/.ollama -p 11434:11434 -e OLLAMA_ORIGINS="*" --name ollama ollama/ollama docker run -d -v ollama:/root/.ollama -p 11434:11434 -e OLLAMA_ORIGINS="*" --name ollama ollama/ollama
......
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