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
775445c2a5
commit
b0ce09cfcc
1 changed files with 5 additions and 4 deletions
|
|
@ -1,18 +1,19 @@
|
|||
services:
|
||||
windows:
|
||||
container_name: windows
|
||||
image: dockurr/windows
|
||||
image: dockurr/windows:latest
|
||||
platform: "linux/arm64"
|
||||
privileged: true
|
||||
enable_ipv6: true
|
||||
environment:
|
||||
VERSION: "win11e"
|
||||
devices:
|
||||
- /dev/kvm
|
||||
- /dev/net/tun
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- MKNOD
|
||||
ports:
|
||||
- 8006:8006
|
||||
- 3389:3389/tcp
|
||||
- 3389:3389/udp
|
||||
stop_grace_period: 2m
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue