From e8b1d234bf76d37c2e962cc0192695cbe414c643 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:15:37 -0400 Subject: [PATCH] Modify container configuration in codespaces.yml Updated disk size and added user credentials. --- .devcontainer/codespaces.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/codespaces.yml b/.devcontainer/codespaces.yml index 85e3f64..8a88acd 100644 --- a/.devcontainer/codespaces.yml +++ b/.devcontainer/codespaces.yml @@ -4,8 +4,10 @@ services: image: ghcr.io/dockur/windows environment: RAM_SIZE: "half" - DISK_SIZE: "max" + DISK_SIZE: "256G" CPU_CORES: "max" + USERNAME: "Heather" + PASSWORD: "heather" devices: - /dev/kvm - /dev/net/tun