From 9f674aed4b94a70b505654577efa021110996cdc Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 19 Dec 2023 15:41:05 -0500 Subject: [PATCH] Update TROUBLESHOOTING.md --- TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 9a29d8282..024f47328 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -51,7 +51,7 @@ If you're running ollama-webui via docker on WSL Ubuntu and have chosen to insta Here's an example of the command you should run: ```bash -sudo 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 -e OLLAMA_API_BASE_URL=http://127.0.0.1:11434/api --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main ``` ## References