Update README.md

This commit is contained in:
Timothy J. Baek 2023-10-18 03:01:34 -07:00
parent 52c563c6a0
commit 5d07c3634b
1 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,15 @@ docker run -d -p 3000:3000 --add-host=host.docker.internal:host-gateway --name o
Your Ollama Web UI should now be hosted at [http://localhost:3000](http://localhost:3000). Enjoy! 😄 Your Ollama Web UI should now be hosted at [http://localhost:3000](http://localhost:3000). Enjoy! 😄
#### Connecting to Ollama on a Different Server
If Ollama is hosted on a server other than your local machine, you can connect to it using the following environment variable:
```bash
docker build -t ollama-webui .
docker run -d -p 3000:3000 --add-host=host.docker.internal:host-gateway -e OLLAMA_ENDPOINT="http://[insert your ollama url]" --name ollama-webui --restart always ollama-webui
```
## What's Next? 🚀 ## What's Next? 🚀
### To-Do List 📝 ### To-Do List 📝