Browse Source

Update TROUBLESHOOTING.md

Timothy Jaeryang Baek 1 year ago
parent
commit
e5ffa149cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TROUBLESHOOTING.md

+ 1 - 1
TROUBLESHOOTING.md

@@ -39,7 +39,7 @@ docker run -d -p 3000:8080 -e OLLAMA_API_BASE_URL=http://example.com:11434/api -
 Becomes
 
 ```
-docker run -it --platform linux/amd64 -d -p 3000:8080 -e OLLAMA_API_BASE_URL=http://example.com:11434/api --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
+docker run --platform linux/amd64 -d -p 3000:8080 -e OLLAMA_API_BASE_URL=http://example.com:11434/api --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
 ```
 
 ## References