mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update compose.yml
This commit is contained in:
parent
277534753e
commit
b65bb11d4c
1 changed files with 2 additions and 4 deletions
|
|
@ -2,10 +2,7 @@ services:
|
|||
windows:
|
||||
container_name: windows
|
||||
image: dockurr/windows
|
||||
securityContext:
|
||||
privileged: true
|
||||
capabilities:
|
||||
add: ["NET_ADMIN","NET_RAW"]
|
||||
privileged: true
|
||||
environment:
|
||||
VERSION: "win11e"
|
||||
devices:
|
||||
|
|
@ -13,6 +10,7 @@ services:
|
|||
- /dev/net/tun
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
ports:
|
||||
- 8006:8006
|
||||
- 3389:3389/tcp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue