Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
5fd1acbd
Unverified
Commit
5fd1acbd
authored
Feb 21, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Feb 21, 2024
Browse files
Merge pull request #840 from justinh-rahb/patch-1
Update `### Updating` instructions
parents
210122f1
3cb0a384
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
README.md
README.md
+3
-5
No files found.
README.md
View file @
5fd1acbd
...
@@ -212,15 +212,13 @@ For other ways to install, like using Kustomize or Helm, check out [INSTALLATION
...
@@ -212,15 +212,13 @@ For other ways to install, like using Kustomize or Helm, check out [INSTALLATION
### Updating your Docker Installation
### Updating your Docker Installation
In case you want to update your local Docker installation to the latest version, you can do it
performing the following actions
:
In case you want to update your local Docker installation to the latest version, you can do it
with
[
Watchtower
](
https://containrrr.dev/watchtower/
)
:
```
bash
```
bash
docker
rm
-f
open-webui
docker run
--rm
--volume
/var/run/docker.sock:/var/run/docker.sock containrrr/watchtower
--run-once
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.)
In the last
part of the command, replace
`open-webui`
with your container name if it is different.
### Moving from Ollama WebUI to Open WebUI
### Moving from Ollama WebUI to Open WebUI
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment