Update compose.yml

This commit is contained in:
498148-sys 2025-12-19 14:48:27 -05:00 committed by GitHub
parent ce2fa09c41
commit eee6957fb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,15 @@ services:
container_name: windows container_name: windows
environment: environment:
VERSION: "11" VERSION: "11"
DISK_SIZE: "1TB" # main system disk, becomes Drive C: DISK_SIZE: "8TB" # main system disk, becomes Drive C:
MEMORY: "1024G" # optional: allocate 1TB RAM MEMORY: "1024G" # optional: allocate 1TB RAM
ARGUMENTS: "-device usb-host,vendorid=0x1234,productid=0x1234"
MANUAL: "Y" # optional: allocate 1TB RAM
devices: devices:
- /dev/kvm - /dev/kvm
- /dev/net/tun - /dev/net/tun