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
eb171553
Commit
eb171553
authored
Dec 27, 2023
by
Timothy J. Baek
Browse files
doc: troubleshooting command update
parent
87c856c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
TROUBLESHOOTING.md
TROUBLESHOOTING.md
+1
-1
src/lib/components/layout/Sidebar.svelte
src/lib/components/layout/Sidebar.svelte
+1
-0
No files found.
TROUBLESHOOTING.md
View file @
eb171553
...
...
@@ -7,7 +7,7 @@ If you're running ollama-webui and have chosen to install webui and ollama separ
Here's an example of the command you should run:
```
bash
docker run
-d
--network
=
host
-e
OLLAMA_API_BASE_URL
=
http://127.0.0.1:11434/api
--name
ollama-webui
--restart
always ghcr.io/ollama-webui/ollama-webui:main
docker run
-d
--network
=
host
-v
ollama-webui:/app/backend/data
-e
OLLAMA_API_BASE_URL
=
http://127.0.0.1:11434/api
--name
ollama-webui
--restart
always ghcr.io/ollama-webui/ollama-webui:main
```
## Connection Errors
...
...
src/lib/components/layout/Sidebar.svelte
View file @
eb171553
...
...
@@ -431,6 +431,7 @@
class="flex py-2.5 px-3.5 w-full hover:bg-gray-800 transition"
on:click={async () => {
await showSettings.set(true);
showDropdown = false;
}}
>
<div class=" self-center mr-3">
...
...
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