From 4d7f8730c355e50b68693992286ec69c14e8fccc Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 14 Feb 2025 20:55:56 -0600 Subject: [PATCH] kl --- Compose/windows.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compose/windows.yaml b/Compose/windows.yaml index 6483dca..166eec9 100644 --- a/Compose/windows.yaml +++ b/Compose/windows.yaml @@ -18,7 +18,7 @@ services: CPU_CORES: "4" DISK_SIZE: "64G" QEMU_OPTS: "-drive file=/disk/data.vhd,format=vpc,if=virtio" - EXTRA_DISKS: /disk/data.vhd + # EXTRA_DISKS: /disk/data.vhd volumes: - /DockerVol/windows:/storage - - /DockerVol/windows/data.vhd:/disk/data.vhd \ No newline at end of file + - /DockerVol/windows/data.vhd:/virtio/data.vhd \ No newline at end of file