feat: Add RDP ports

This commit is contained in:
Kroese 2024-01-16 22:02:46 +01:00 committed by GitHub
parent 4fbd53966c
commit 27173269ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,8 @@ services:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
restart: unless-stopped
```