Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Mar 16, 2024
1 parent af16286 commit 82bdc91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 82bdc91

Please sign in to comment.