Add script for simple upgrade process

This commit is contained in:
2026-04-28 22:29:38 +00:00
parent 225ca12c23
commit 35db96f7c8

4
upgrade-run.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
docker compose build --no-cache open-webui
docker compose up -d --remove-orphans open-webui