add rustdesk

This commit is contained in:
2025-11-27 07:53:55 +08:00
parent c2d3cae73f
commit 599fb9e2f7
2 changed files with 26 additions and 0 deletions

6
rustdesk/README.md Normal file
View File

@@ -0,0 +1,6 @@
# Rustdesk
防火墙需要开放:
- TCP协议的21114-21119端口
- UDP协议的21116端口

View File

@@ -0,0 +1,20 @@
services:
hbbs:
container_name: hbbs
image: rustdesk/rustdesk-server:1.1.14
command: hbbs
volumes:
- ./data:/root
network_mode: "host"
depends_on:
- hbbr
restart: unless-stopped
hbbr:
container_name: hbbr
image: rustdesk/rustdesk-server:1.1.14
command: hbbr
volumes:
- ./data:/root
network_mode: "host"
restart: unless-stopped