dotfiles/ai-update.sh
2025-02-28 11:41:18 +01:00

4 lines
291 B
Bash
Executable File

docker pull ghcr.io/open-webui/open-webui:latest
docker container rm 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