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:
|
services:
|
||||||
windows:
|
windows:
|
||||||
image: dockurr/windows
|
|
||||||
container_name: windows
|
container_name: windows
|
||||||
|
image: dockurr/windows
|
||||||
|
securityContext:
|
||||||
|
privileged: true
|
||||||
|
capabilities:
|
||||||
|
add: ["NET_ADMIN","NET_RAW"]
|
||||||
environment:
|
environment:
|
||||||
VERSION: "win11e"
|
VERSION: "win11e"
|
||||||
devices:
|
devices:
|
||||||
|
|
@ -14,4 +18,3 @@ services:
|
||||||
- 3389:3389/tcp
|
- 3389:3389/tcp
|
||||||
- 3389:3389/udp
|
- 3389:3389/udp
|
||||||
stop_grace_period: 2m
|
stop_grace_period: 2m
|
||||||
privileged: true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue