Update _index.en.md

This commit is contained in:
RustDesk 2024-05-24 18:53:05 +08:00 committed by GitHub
parent e64cfb7e87
commit e5064dce71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,7 +192,7 @@ services:
hbbs: hbbs:
container_name: hbbs container_name: hbbs
image: rustdesk/rustdesk-server:latest image: rustdesk/rustdesk-server:latest
command: hbbs -r rustdesk.example.com:21117 -k _ command: hbbs -r rustdesk.example.com:21117
volumes: volumes:
- ./data:/root - ./data:/root
network_mode: host network_mode: host
@ -203,7 +203,7 @@ services:
hbbr: hbbr:
container_name: hbbr container_name: hbbr
image: rustdesk/rustdesk-server:latest image: rustdesk/rustdesk-server:latest
command: hbbr -k _ command: hbbr
volumes: volumes:
- ./data:/root - ./data:/root
network_mode: host network_mode: host