mirror of
https://github.com/open-webui/open-webui
synced 2025-05-20 05:07:59 +00:00
Merge pull request #97 from ollama-webui/doc-update
doc: docker compose support
This commit is contained in:
commit
9cc206cad9
14
README.md
14
README.md
@ -1,5 +1,6 @@
|
|||||||
# Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋
|
# Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
@ -8,6 +9,7 @@
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
[](https://discord.gg/5rJgQTnV4s)
|
||||||
[](https://github.com/sponsors/tjbck)
|
[](https://github.com/sponsors/tjbck)
|
||||||
|
|
||||||
ChatGPT-Style Web Interface for Ollama 🦙
|
ChatGPT-Style Web Interface for Ollama 🦙
|
||||||
@ -52,6 +54,16 @@ ChatGPT-Style Web Interface for Ollama 🦙
|
|||||||
|
|
||||||
Make sure you have the latest version of Ollama installed before proceeding with the installation. You can find the latest version of Ollama at [https://ollama.ai/](https://ollama.ai/).
|
Make sure you have the latest version of Ollama installed before proceeding with the installation. You can find the latest version of Ollama at [https://ollama.ai/](https://ollama.ai/).
|
||||||
|
|
||||||
|
#### Installing Both Ollama and Ollama Web UI Using Docker Compose
|
||||||
|
|
||||||
|
If you don't have Ollama installed, you can also use the provided Docker Compose file for a hassle-free installation. Simply run the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose up --build
|
||||||
|
```
|
||||||
|
|
||||||
|
This command will install both Ollama and Ollama Web UI on your system. Ensure to modify the `compose.yaml` file for GPU support if needed.
|
||||||
|
|
||||||
#### Checking Ollama
|
#### Checking Ollama
|
||||||
|
|
||||||
After installing, verify that Ollama is running by accessing the following link in your web browser: [http://127.0.0.1:11434/](http://127.0.0.1:11434/). Note that the port number may differ based on your system configuration.
|
After installing, verify that Ollama is running by accessing the following link in your web browser: [http://127.0.0.1:11434/](http://127.0.0.1:11434/). Note that the port number may differ based on your system configuration.
|
||||||
@ -190,7 +202,7 @@ This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LI
|
|||||||
## Support 💬
|
## Support 💬
|
||||||
|
|
||||||
If you have any questions, suggestions, or need assistance, please open an issue or join our
|
If you have any questions, suggestions, or need assistance, please open an issue or join our
|
||||||
[Ollama Web UI Discord community](https://discord.gg/stz8SsUDcF) or
|
[Ollama Web UI Discord community](https://discord.gg/5rJgQTnV4s) or
|
||||||
[Ollama Discord community](https://discord.gg/ollama) to connect with us! 🤝
|
[Ollama Discord community](https://discord.gg/ollama) to connect with us! 🤝
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user