aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRustDesk <[email protected]>2022-07-01 21:40:21 +0800
committerGitHub <[email protected]>2022-07-01 21:40:21 +0800
commit2d5429640c73e9c22164202600a2a3566e872fa3 (patch)
tree7d0072bbae249f447d9fb87419c362737c1bb683
parenteaf57b4a40ba9ba86cdb11a4885595f557b1ba15 (diff)
downloadrustdesk-server-2d5429640c73e9c22164202600a2a3566e872fa3.tar.gz
rustdesk-server-2d5429640c73e9c22164202600a2a3566e872fa3.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8e76582..0337818 100644
--- a/README.md
+++ b/README.md
@@ -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:
-or without --net=host, but P2P direct connection can not work.
-
```bash
docker run --name rustdesk-server \
--net=host \
@@ -137,6 +135,8 @@ docker run --name rustdesk-server \
-v "$PWD/data:/data" -d rustdesk/rustdesk-server-s6:latest
```
+or without --net=host, but P2P direct connection can not work.
+
```bash
docker run --name rustdesk-server \
-p 21115:21115 -p 21116:21116 -p 21116:21116/udp \