removed rustdesk server pro

This commit is contained in:
2025-10-10 00:20:27 +00:00
parent aa10d9e6bc
commit 00bc8f3d58

View File

@@ -1,22 +0,0 @@
services:
hbbs:
container_name: hbbs
image: docker.io/rustdesk/rustdesk-server-pro:latest
command: hbbs
volumes:
- ./data:/root
network_mode: "host"
depends_on:
- hbbr
restart: unless-stopped
hbbr:
container_name: hbbr
image: docker.io/rustdesk/rustdesk-server-pro:latest
command: hbbr
volumes:
- ./data:/root
network_mode: "host"
restart: unless-stopped