"tools/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "a2f917034133b4a18f5f0a2e8d726ce231024dbb"
Unverified Commit 42f860bb authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #300 from ollama-webui/doc-fix

doc: troubleshooting command update
parents 87c856c3 eb171553
...@@ -7,7 +7,7 @@ If you're running ollama-webui and have chosen to install webui and ollama separ ...@@ -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: Here's an example of the command you should run:
```bash ```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 ## Connection Errors
......
...@@ -431,6 +431,7 @@ ...@@ -431,6 +431,7 @@
class="flex py-2.5 px-3.5 w-full hover:bg-gray-800 transition" class="flex py-2.5 px-3.5 w-full hover:bg-gray-800 transition"
on:click={async () => { on:click={async () => {
await showSettings.set(true); await showSettings.set(true);
showDropdown = false;
}} }}
> >
<div class=" self-center mr-3"> <div class=" self-center mr-3">
......
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