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