Rustdesk network fixes
This commit is contained in:
@@ -2,14 +2,10 @@ services:
|
||||
hbbs:
|
||||
container_name: hbbs
|
||||
image: rustdesk/rustdesk-server:latest
|
||||
command: hbbs -r 192.168.0.56
|
||||
command: hbbs -r 100.97.216.2
|
||||
volumes:
|
||||
- ./data:/root
|
||||
ports:
|
||||
- "21115:21115"
|
||||
- "21116:21116"
|
||||
- "21116:21116/udp"
|
||||
- "21118:21118"
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- hbbr
|
||||
@@ -20,7 +16,5 @@ services:
|
||||
command: hbbr
|
||||
volumes:
|
||||
- ./data:/root
|
||||
ports:
|
||||
- "21117:21117"
|
||||
- "21119:21119"
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user