mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
Use different port for rdp
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
2f8d27ccad
commit
e83cd5ac68
@ -24,8 +24,8 @@ services:
|
|||||||
HOME: "${HOME}" # Set path to Linux user home folder.
|
HOME: "${HOME}" # Set path to Linux user home folder.
|
||||||
ports:
|
ports:
|
||||||
- 8006:8006 # Map '8006' on Linux host to '8006' on Windows VM --> For VNC Web Interface @ http://127.0.0.1:8006.
|
- 8006:8006 # Map '8006' on Linux host to '8006' on Windows VM --> For VNC Web Interface @ http://127.0.0.1:8006.
|
||||||
- 3389:3389/tcp # Map '3389' on Linux host to '3389' on Windows VM --> For Remote Desktop Protocol (RDP).
|
- 3390:3389/tcp # Map '3389' on Linux host to '3389' on Windows VM --> For Remote Desktop Protocol (RDP).
|
||||||
- 3389:3389/udp # Map '3389' on Linux host to '3389' on Windows VM --> For Remote Desktop Protocol (RDP).
|
- 3390:3389/udp # Map '3389' on Linux host to '3389' on Windows VM --> For Remote Desktop Protocol (RDP).
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN # Add network permission
|
- NET_ADMIN # Add network permission
|
||||||
stop_grace_period: 120s # Wait 120 seconds before sending SIGTERM when attempting to shut down the Windows VM.
|
stop_grace_period: 120s # Wait 120 seconds before sending SIGTERM when attempting to shut down the Windows VM.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user