瀏覽代碼

Update TROUBLESHOOTING.md

Timothy Jaeryang Baek 1 年之前
父節點
當前提交
9f674aed4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TROUBLESHOOTING.md

+ 1 - 1
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