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
fc9d74ed
Commit
fc9d74ed
authored
Oct 17, 2023
by
Timothy J. Baek
Browse files
docker run.sh updated
parent
72ebf958
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
run.sh
run.sh
+1
-1
No files found.
README.md
View file @
fc9d74ed
...
@@ -37,7 +37,7 @@ OLLAMA_HOST=0.0.0.0 OLLAMA_ORIGINS=* ollama serve
...
@@ -37,7 +37,7 @@ OLLAMA_HOST=0.0.0.0 OLLAMA_ORIGINS=* ollama serve
```
bash
```
bash
docker build
-t
ollama-webui
.
docker build
-t
ollama-webui
.
docker run
-d
-p
3000:3000
--name
ollama-webui
--restart
always ollama-webui
docker run
-d
-p
3000:3000
--name
ollama-webui
--restart
always ollama-webui
--add-host
=
host.docker.internal:host-gateway
```
```
Your Ollama Web UI should now be hosted at
[
http://localhost:3000
](
http://localhost:3000
)
. Enjoy! 😄
Your Ollama Web UI should now be hosted at
[
http://localhost:3000
](
http://localhost:3000
)
. Enjoy! 😄
...
...
run.sh
View file @
fc9d74ed
docker stop ollama-webui
||
true
docker stop ollama-webui
||
true
docker
rm
ollama-webui
||
true
docker
rm
ollama-webui
||
true
docker build
-t
ollama-webui
.
docker build
-t
ollama-webui
.
docker run
-d
-p
3000:3000
--name
ollama-webui
--restart
always ollama-webui
docker run
-d
-p
3000:3000
--name
ollama-webui
--restart
always ollama-webui
--add-host
=
host.docker.internal:host-gateway
docker image prune
-f
docker image prune
-f
\ No newline at end of file
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