Update _index.en.md

This commit is contained in:
RustDesk
2024-09-13 18:48:56 +08:00
committed by GitHub
parent 0f834371ce
commit a580b21ea7

View File

@@ -41,7 +41,7 @@ services:
hbbs:
container_name: hbbs
image: rustdesk/rustdesk-server:latest # Please change this to rustdesk/rustdesk-server-pro:latest if you want to install Pro.
command: hbbs -r rustdesk.example.com:21117 -k _
command: hbbs
volumes:
- ./data:/root
network_mode: host
@@ -52,7 +52,7 @@ services:
hbbr:
container_name: hbbr
image: rustdesk/rustdesk-server:latest # Please change this to rustdesk/rustdesk-server-pro:latest if you want to install Pro.
command: hbbr -k _
command: hbbr
volumes:
- ./data:/root
network_mode: host