4 lines
291 B
Bash
Executable File
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
|