mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-04 21:45:27 +02:00
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:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user