From 91434ccffee14c7786c059f7801da71e9f049758 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:30:29 -0400 Subject: [PATCH] Modify Windows container settings in compose.yml Updated Windows container configuration with new version and resource settings. --- compose.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e5b6257..a267299 100644 --- a/compose.yml +++ b/compose.yml @@ -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