Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
e3d77aa4
Commit
e3d77aa4
authored
Oct 22, 2023
by
Timothy J. Baek
Browse files
doc: run ollama via docker
parent
f1e0487c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
README.md
README.md
+6
-0
No files found.
README.md
View file @
e3d77aa4
...
@@ -46,6 +46,12 @@ If you want to access the Ollama web interface over LAN, for example, from your
...
@@ -46,6 +46,12 @@ 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:
```
bash
docker run
-d
-v
ollama:/root/.ollama
-p
11434:11434
-e
OLLAMA_ORIGINS
=
"*"
--name
ollama ollama/ollama
```
### Using Docker 🐳
### Using Docker 🐳
If Ollama is hosted on your local machine, run the following command:
If Ollama is hosted on your local machine, run the following command:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment