mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update compose.yml
This commit is contained in:
parent
7a351bd714
commit
277534753e
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,11 @@
|
|||
services:
|
||||
windows:
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
image: dockurr/windows
|
||||
securityContext:
|
||||
privileged: true
|
||||
capabilities:
|
||||
add: ["NET_ADMIN","NET_RAW"]
|
||||
environment:
|
||||
VERSION: "win11e"
|
||||
devices:
|
||||
|
|
@ -14,4 +18,3 @@ services:
|
|||
- 3389:3389/tcp
|
||||
- 3389:3389/udp
|
||||
stop_grace_period: 2m
|
||||
privileged: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue