We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64cfb7 commit e5064dcCopy full SHA for e5064dc
content/self-host/rustdesk-server-oss/ubuntu-server/docker/_index.en.md
@@ -192,7 +192,7 @@ services:
192
hbbs:
193
container_name: hbbs
194
image: rustdesk/rustdesk-server:latest
195
- command: hbbs -r rustdesk.example.com:21117 -k _
+ command: hbbs -r rustdesk.example.com:21117
196
volumes:
197
- ./data:/root
198
network_mode: host
@@ -203,7 +203,7 @@ services:
203
hbbr:
204
container_name: hbbr
205
206
- command: hbbr -k _
+ command: hbbr
207
208
209
0 commit comments