From eb171553fdc18fbd7337fb53661688298648ee1c Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 27 Dec 2023 20:08:04 -0800 Subject: [PATCH] doc: troubleshooting command update --- TROUBLESHOOTING.md | 2 +- src/lib/components/layout/Sidebar.svelte | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 4399ffc5f..59f7049be 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -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 diff --git a/src/lib/components/layout/Sidebar.svelte b/src/lib/components/layout/Sidebar.svelte index 8a0a27daf..ceb7ec82a 100644 --- a/src/lib/components/layout/Sidebar.svelte +++ b/src/lib/components/layout/Sidebar.svelte @@ -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; }} >