fix(rustdesk): use explicit ports, use port 21118 on hbbs instead of hbbr (#526)

* fix: use explicit ports, use port 21118 on hbbs instead of hbbr

* fix: whitespace character in rustdesk
This commit is contained in:
Chris
2025-12-14 07:40:29 +01:00
committed by GitHub
parent eb41d83963
commit 6e1aece2e7

View File

@@ -6,9 +6,10 @@ services:
volumes:
- rustdesk-data:/root
ports:
- 21115
- 21116
- 21116/udp
- "21115:21115"
- "21116:21116"
- "21116:21116/udp"
- "21118:21118"
depends_on:
- hbbr
@@ -19,9 +20,8 @@ services:
volumes:
- rustdesk-data:/root
ports:
- 21117
- 21118
- 21119
- "21117:21117"
- "21119:21119"
volumes:
rustdesk-data: {}
rustdesk-data: {}