mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-03 08:15:25 +00:00
Update README.md
This commit is contained in:
parent
eaf57b4a40
commit
2d5429640c
@ -127,8 +127,6 @@ The S6-overlay acts as a supervisor and keeps both process running, so with this
|
|||||||
|
|
||||||
You can start these images directly with `docker run` with this command:
|
You can start these images directly with `docker run` with this command:
|
||||||
|
|
||||||
or without --net=host, but P2P direct connection can not work.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --name rustdesk-server \
|
docker run --name rustdesk-server \
|
||||||
--net=host \
|
--net=host \
|
||||||
@ -137,6 +135,8 @@ docker run --name rustdesk-server \
|
|||||||
-v "$PWD/data:/data" -d rustdesk/rustdesk-server-s6:latest
|
-v "$PWD/data:/data" -d rustdesk/rustdesk-server-s6:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or without --net=host, but P2P direct connection can not work.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --name rustdesk-server \
|
docker run --name rustdesk-server \
|
||||||
-p 21115:21115 -p 21116:21116 -p 21116:21116/udp \
|
-p 21115:21115 -p 21116:21116 -p 21116:21116/udp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user