[Scripts] Add script to update open-webui
This commit is contained in:
5
scripts/update-open-webui
Executable file
5
scripts/update-open-webui
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker container rm open-webui
|
||||
docker image pull ghcr.io/open-webui/open-webui
|
||||
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v /home/janis/projects/otherProjects/open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:latest
|
Reference in New Issue
Block a user