mirror of
https://github.com/lemeow125/Notes.git
synced 2025-01-18 18:33:02 +08:00
vault backup: 2024-11-18 01:34:29
Affected files: docs/Command Snippets/Docker Run.md
This commit is contained in:
parent
42a220c0c5
commit
7e72d93cf4
1 changed files with 5 additions and 1 deletions
|
@ -177,4 +177,8 @@ docker run \
|
||||||
--privileged \
|
--privileged \
|
||||||
--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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue