windows
windows copied to clipboard
VNC + Ngrok port forwarding Connection issue
Operating system
ubuntu latest via github runner
Description
So basically i want to have vnc support not web viewing. What i did is added argument "-vnc :1" and added port 5901:5900/tcp in compose.yaml , tried to tcp port forwarding using ngrok but I'm unable to connect to vnc. Web viewing works fine even with arguments but it does not connecting to vnc.
is there any easy method that i dont know or im missing something ?
Docker compose
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "10e"
ARGUMENTS: "-vnc :1"
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 5901:5901/tcp
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
restart: always
stop_grace_period: 2m
Docker log
Not sure if need
Screenshots (optional)
No response
Recently my account github actions are disabled by github. May be because i ran rdp directly on windows host runner or may be because of this windows rdp inside docker container ?