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