Update Windows version in compose.yml

This commit is contained in:
Heather Morris 2025-10-30 12:33:04 -04:00 committed by GitHub
parent 91434ccffe
commit 205e938ce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ services:
image: dockurr/windows image: dockurr/windows
container_name: windows container_name: windows
environment: environment:
VERSION: "10pro" VERSION: "10"
RAM_SIZE: "4G" RAM_SIZE: "4G"
CPU_CORES: "2" CPU_CORES: "2"
DISK_SIZE: "256G" DISK_SIZE: "256G"