Update compose.yml
Change Windows Edition to Windows 11 Enterprise and adds /dev/net/tun in devices, making sure that will tunnel out connetion.
This commit is contained in:
parent
d59e732596
commit
76f19d373f
1 changed files with 2 additions and 1 deletions
|
@ -3,9 +3,10 @@ services:
|
|||
container_name: windows
|
||||
image: dockurr/windows-arm
|
||||
environment:
|
||||
VERSION: "win11"
|
||||
VERSION: "win11e"
|
||||
devices:
|
||||
- /dev/kvm
|
||||
- /dev/net/tun
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue