fix(remote): add -R 192.168.1.69 to hbbs so relay address is reachable from LAN

This commit is contained in:
ginnoir
2026-06-18 03:48:50 -05:00
parent 6cfa2a50c9
commit 73f25d20a1
+1 -1
View File
@@ -18,7 +18,7 @@ services:
hbbs: hbbs:
container_name: hbbs container_name: hbbs
image: rustdesk/rustdesk-server:latest image: rustdesk/rustdesk-server:latest
command: hbbs command: hbbs -R 192.168.1.69
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- stack.env - stack.env