vault backup: 2024-11-18 01:34:29

Affected files:
docs/Command Snippets/Docker Run.md
This commit is contained in:
Keannu Bernasol 2024-11-18 01:34:29 +08:00
parent 42a220c0c5
commit 7e72d93cf4

View file

@ -178,3 +178,7 @@ docker run \
--sysctl net.ipv4.ip_local_port_range="1024 65000" \ --sysctl net.ipv4.ip_local_port_range="1024 65000" \
technitium/dns-server:latest technitium/dns-server:latest
``` ```
- [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
```