Browse Source

Update README.md

RustDesk 3 years ago
parent
commit
2d5429640c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -127,8 +127,6 @@ The S6-overlay acts as a supervisor and keeps both process running, so with this
127
 
127
 
128
 You can start these images directly with `docker run` with this command:
128
 You can start these images directly with `docker run` with this command:
129
 
129
 
130
-or without --net=host, but P2P direct connection can not work.
131
-
132
 ```bash
130
 ```bash
133
 docker run --name rustdesk-server \ 
131
 docker run --name rustdesk-server \ 
134
   --net=host \
132
   --net=host \
@@ -137,6 +135,8 @@ docker run --name rustdesk-server \
137
   -v "$PWD/data:/data" -d rustdesk/rustdesk-server-s6:latest
135
   -v "$PWD/data:/data" -d rustdesk/rustdesk-server-s6:latest
138
 ```
136
 ```
139
 
137
 
138
+or without --net=host, but P2P direct connection can not work.
139
+
140
 ```bash
140
 ```bash
141
 docker run --name rustdesk-server \
141
 docker run --name rustdesk-server \
142
   -p 21115:21115 -p 21116:21116 -p 21116:21116/udp \
142
   -p 21115:21115 -p 21116:21116 -p 21116:21116/udp \