Update compose.yml

This commit is contained in:
Alice King Tai Poon 潘景泰 2024-07-18 16:27:54 +08:00 committed by GitHub
parent 775445c2a5
commit b0ce09cfcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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