diff --git a/docs/Command Snippets/Docker Run.md b/docs/Command Snippets/Docker Run.md index d61619b..5e5f439 100644 --- a/docs/Command Snippets/Docker Run.md +++ b/docs/Command Snippets/Docker Run.md @@ -177,4 +177,8 @@ docker run \ --privileged \ --sysctl net.ipv4.ip_local_port_range="1024 65000" \ technitium/dns-server:latest -``` \ No newline at end of file +``` +- [Open WebUI](https://github.com/open-webui/open-webui) +```bash +docker run -d -p 9001:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main +```