mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
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
57c0d83dab
commit
7654b8511b
1 changed files with 2 additions and 1 deletions
|
|
@ -3,9 +3,10 @@ services:
|
||||||
image: dockurr/windows
|
image: dockurr/windows
|
||||||
container_name: windows
|
container_name: windows
|
||||||
environment:
|
environment:
|
||||||
VERSION: "win11"
|
VERSION: "win11e"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
|
- /dev/net/tun
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue