Rustdesk network fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user