Change Windows version to 10 and add user details

Updated Windows container configuration to use version 10 and added disk size, username, and password.
This commit is contained in:
Heather Morris 2025-10-30 13:29:59 -04:00 committed by GitHub
parent ebfa7da61a
commit 2ada1eeee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,10 @@ services:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
VERSION: "10"
DISK_SIZE: "250G"
USERNAME: "Heather"
PASSWORD: "heather"
devices:
- /dev/kvm
- /dev/net/tun