|
|
@@ -127,8 +127,6 @@ The S6-overlay acts as a supervisor and keeps both process running, so with this
|
|
127
|
127
|
|
|
128
|
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
|
130
|
```bash
|
|
133
|
131
|
docker run --name rustdesk-server \
|
|
134
|
132
|
--net=host \
|
|
|
@@ -137,6 +135,8 @@ docker run --name rustdesk-server \
|
|
137
|
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
|
140
|
```bash
|
|
141
|
141
|
docker run --name rustdesk-server \
|
|
142
|
142
|
-p 21115:21115 -p 21116:21116 -p 21116:21116/udp \
|