mirror of
https://github.com/open-webui/docs
synced 2025-06-14 10:32:33 +00:00
Add notes
This commit is contained in:
parent
af16286d17
commit
82bdc91507
@ -200,6 +200,12 @@ docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/wa
|
||||
|
||||
In the last part of the command, replace `open-webui` with your container name if it is different.
|
||||
|
||||
:::info
|
||||
|
||||
After updating Open WebUI, you might need to refresh your browser cache to see the changes.
|
||||
|
||||
:::
|
||||
|
||||
## 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.
|
||||
|
@ -112,7 +112,9 @@ bash start.sh
|
||||
This command should be run from within the `backend` directory of your Open WebUI project.
|
||||
|
||||
:::info
|
||||
|
||||
Direct installations require more manual effort to update compared to Docker-based installations. If you frequently need updates and want to streamline the process, consider transitioning to a Docker-based setup for easier management.
|
||||
|
||||
:::
|
||||
|
||||
By following these steps, you can update your direct installation of Open WebUI, ensuring you're running the latest version with all its benefits. Remember to back up any critical data or custom configurations before starting the update process to prevent any unintended loss.
|
Loading…
Reference in New Issue
Block a user