mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 10:17:43 +02:00
Update _index.en.md
This commit is contained in:
parent
0f834371ce
commit
a580b21ea7
@ -41,7 +41,7 @@ services:
|
|||||||
hbbs:
|
hbbs:
|
||||||
container_name: hbbs
|
container_name: hbbs
|
||||||
image: rustdesk/rustdesk-server:latest # Please change this to rustdesk/rustdesk-server-pro:latest if you want to install Pro.
|
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:
|
volumes:
|
||||||
- ./data:/root
|
- ./data:/root
|
||||||
network_mode: host
|
network_mode: host
|
||||||
@ -52,7 +52,7 @@ services:
|
|||||||
hbbr:
|
hbbr:
|
||||||
container_name: hbbr
|
container_name: hbbr
|
||||||
image: rustdesk/rustdesk-server:latest # Please change this to rustdesk/rustdesk-server-pro:latest if you want to install Pro.
|
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:
|
volumes:
|
||||||
- ./data:/root
|
- ./data:/root
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user