doc: troubleshooting command update

This commit is contained in:
Timothy J. Baek
2023-12-27 20:08:04 -08:00
parent 87c856c306
commit eb171553fd
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ If you're running ollama-webui and have chosen to install webui and ollama separ
Here's an example of the command you should run:
```bash
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 -v ollama-webui:/app/backend/data -e OLLAMA_API_BASE_URL=http://127.0.0.1:11434/api --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main
```
## Connection Errors