Modify Windows container settings in compose.yml

Updated Windows container configuration with new version and resource settings.
This commit is contained in:
Heather Morris 2025-10-30 12:30:29 -04:00 committed by GitHub
parent 1a6a2dbad0
commit 91434ccffe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,12 @@ services:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
VERSION: "10pro"
RAM_SIZE: "4G"
CPU_CORES: "2"
DISK_SIZE: "256G"
USERNAME: "Heather"
PASSWORD: "heather"
devices:
- /dev/kvm
- /dev/net/tun