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