|
@@ -1,12 +1,12 @@
|
|
|
# Open WebUI (Formerly Ollama WebUI) 👋
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|

|
|
|
[](https://discord.gg/5rJgQTnV4s)
|
|
|
[](https://github.com/sponsors/tjbck)
|
|
@@ -219,6 +219,7 @@ docker rm -f open-webui
|
|
|
docker pull ghcr.io/open-webui/open-webui:main
|
|
|
[insert command you used to install]
|
|
|
```
|
|
|
+
|
|
|
In the last line, you need to use the very same command you used to install (local install, remote server, etc.)
|
|
|
|
|
|
### Moving from Ollama WebUI to Open WebUI
|
|
@@ -257,10 +258,6 @@ Once you verify that all the data has been migrated you can erase the old volume
|
|
|
docker volume rm ollama-webui
|
|
|
```
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
## How to Install Without Docker
|
|
|
|
|
|
While we strongly recommend using our convenient Docker container installation for optimal support, we understand that some situations may require a non-Docker setup, especially for development purposes. Please note that non-Docker installations are not officially supported, and you might need to troubleshoot on your own.
|