From 2ada1eeee30de1957512da29e35404dce46406f3 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:29:59 -0400 Subject: [PATCH] Change Windows version to 10 and add user details Updated Windows container configuration to use version 10 and added disk size, username, and password. --- compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e5b6257..0ef2b69 100644 --- a/compose.yml +++ b/compose.yml @@ -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