Open WebUI is an extensible, self-hosted AI interface.
67
Open WebUI is an extensible, self-hosted AI interface that adapts to your workflow, all while operating entirely offline.You can use it to connect the large language models (LLMs) through a browser.
usage:
docker run -itd -p $host_port:8080 --restart=always -v $host_path:/app/backend/data --name $container simen39/open-webui:$tag
example:
docker run -itd -p 8080:8080 --restart=always -v /opt/open-webui/data:/app/backend/data --name $open-webui simen39/open-webui:20250220
You can access the web page via http://$server_ip:$port.
Content type
Image
Digest
sha256:b3e176ad4…
Size
1.4 GB
Last updated
over 1 year ago
docker pull simen39/open-webui:20250220