fix(remote): add -R 192.168.1.69 to hbbs so relay address is reachable from LAN
This commit is contained in:
@@ -18,7 +18,7 @@ services:
|
||||
hbbs:
|
||||
container_name: hbbs
|
||||
image: rustdesk/rustdesk-server:latest
|
||||
command: hbbs
|
||||
command: hbbs -R 192.168.1.69
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- stack.env
|
||||
|
||||
Reference in New Issue
Block a user