Rustdesk network fixes

This commit is contained in:
2026-04-05 22:12:18 +00:00
parent 4782230b95
commit 70657fdf42
+3 -9
View File
@@ -2,14 +2,10 @@ services:
hbbs: hbbs:
container_name: hbbs container_name: hbbs
image: rustdesk/rustdesk-server:latest image: rustdesk/rustdesk-server:latest
command: hbbs -r 192.168.0.56 command: hbbs -r 100.97.216.2
volumes: volumes:
- ./data:/root - ./data:/root
ports: network_mode: host
- "21115:21115"
- "21116:21116"
- "21116:21116/udp"
- "21118:21118"
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- hbbr - hbbr
@@ -20,7 +16,5 @@ services:
command: hbbr command: hbbr
volumes: volumes:
- ./data:/root - ./data:/root
ports: network_mode: host
- "21117:21117"
- "21119:21119"
restart: unless-stopped restart: unless-stopped