[Scripts] Add script to update open-webui

This commit is contained in:
2025-08-21 12:14:30 +02:00
parent e78d07b25b
commit 9d59b24995

5
scripts/update-open-webui Executable file
View 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