From d0e2ef6fae06c6406ee288c89e1ee1d47889b081 Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 14 Feb 2025 21:15:00 -0600 Subject: [PATCH] dfs --- Compose/windows.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Compose/windows.yaml b/Compose/windows.yaml index 166eec9..0d25682 100644 --- a/Compose/windows.yaml +++ b/Compose/windows.yaml @@ -17,8 +17,9 @@ services: RAM_SIZE: "4G" CPU_CORES: "4" DISK_SIZE: "64G" - QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio" + DISK2_SIZE: "128G" + #QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio" # EXTRA_DISKS: /disk/data.vhd volumes: - /DockerVol/windows:/storage - - /DockerVol/windows/data.vhd:/virtio/data.vhd \ No newline at end of file + - /DockerVol/windows/storage:/storage2 \ No newline at end of file