"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "4d0c7238e549caac773f7a9b3dcd25912696bb7b"
Commit 5d07c363 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update README.md

parent 52c563c6
...@@ -43,6 +43,15 @@ docker run -d -p 3000:3000 --add-host=host.docker.internal:host-gateway --name o ...@@ -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 📝
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment