forked from open-webui/open-webui
Update TROUBLESHOOTING.md
This commit is contained in:
parent
5b3cbd4a20
commit
e5ffa149cf
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ docker run -d -p 3000:8080 -e OLLAMA_API_BASE_URL=http://example.com:11434/api -
|
||||||
Becomes
|
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
|
## References
|
||||||
|
|
Loading…
Reference in a new issue