mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-24 19:51:28 +02:00
Update _index.en.md
This commit is contained in:
parent
29e6c57efd
commit
83ef049064
@ -40,7 +40,7 @@ You could modify the line with `hbbs` to your NAS's LAN IP temporarily just like
|
|||||||
services:
|
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 -r rustdesk.example.com:21117 -k _
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/root
|
- ./data:/root
|
||||||
@ -51,7 +51,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 -k _
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/root
|
- ./data:/root
|
||||||
@ -110,4 +110,3 @@ Open these required ports:
|
|||||||
* `21116` UDP heartbeat/ID server
|
* `21116` UDP heartbeat/ID server
|
||||||
* `21117` TCP relay
|
* `21117` TCP relay
|
||||||
* `21118/21119` TCP for web socket if you want to run web client
|
* `21118/21119` TCP for web socket if you want to run web client
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user