mirror of
https://github.com/open-webui/open-webui.git
synced 2025-09-07 19:32:34 +02:00
Update TROUBLESHOOTING.md
This commit is contained in:
committed by
GitHub
parent
5b3cbd4a20
commit
e5ffa149cf
@@ -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
|
||||
|
Reference in New Issue
Block a user