Update intro.md

This commit is contained in:
Timothy J. Baek 2024-04-02 08:40:22 -07:00
parent 643305505f
commit 21a782d490

View File

@ -76,8 +76,6 @@ Please note that the following instructions assume that the latest version of Ol
- **If Ollama is on a Different Server**, use this command:
- To connect to Ollama on another server, change the `OLLAMA_BASE_URL` to the server's URL:
```bash
docker run -d -p 3000:8080 -e OLLAMA_BASE_URL=https://example.com -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
```