rustdesk ports moved to prx
This commit is contained in:
+11
-8
@@ -7,6 +7,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
- '443:443'
|
- '443:443'
|
||||||
|
- '21116:21116/tcp'
|
||||||
|
- '21116:21116/udp'
|
||||||
|
- '21117:21117/tcp'
|
||||||
# - '21116:21116/tcp'
|
# - '21116:21116/tcp'
|
||||||
# - '21116:21116/udp'
|
# - '21116:21116/udp'
|
||||||
# - '21117:21117/tcp'
|
# - '21117:21117/tcp'
|
||||||
@@ -115,11 +118,11 @@ services:
|
|||||||
image: rustdesk/rustdesk-server:latest
|
image: rustdesk/rustdesk-server:latest
|
||||||
command: hbbs -r ${RUSTDESK_DOMAIN}:21117 -k _
|
command: hbbs -r ${RUSTDESK_DOMAIN}:21117 -k _
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
# ports:
|
||||||
- '21115:21115/tcp'
|
# - '21115:21115/tcp'
|
||||||
- '21116:21116/tcp'
|
# - '21116:21116/tcp'
|
||||||
- '21116:21116/udp' # Прямой UDP-порт без посредничества NPM
|
# - '21116:21116/udp' # Прямой UDP-порт без посредничества NPM
|
||||||
- '21118:21118/tcp'
|
# - '21118:21118/tcp'
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/rustdesk:/root
|
- ./data/rustdesk:/root
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -129,9 +132,9 @@ services:
|
|||||||
image: rustdesk/rustdesk-server:latest
|
image: rustdesk/rustdesk-server:latest
|
||||||
command: hbbr
|
command: hbbr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
# ports:
|
||||||
- '21117:21117/tcp' # Прямой TCP-порт для реле
|
# - '21117:21117/tcp' # Прямой TCP-порт для реле
|
||||||
- '21119:21119/tcp'
|
# - '21119:21119/tcp'
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/rustdesk:/root
|
- ./data/rustdesk:/root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user