From dc1f21c0d3bd418f1dbcc9afda147b046b88e6d2 Mon Sep 17 00:00:00 2001 From: Ronak752 Date: Sat, 3 Aug 2024 12:57:03 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32bc617..a499428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,9 +33,9 @@ ADD --chmod=664 https://github.com/qemus/virtiso/releases/download/v0.1.248/virt EXPOSE 8006 3389 VOLUME /storage -ENV RAM_SIZE "4G" +ENV RAM_SIZE "8G" ENV CPU_CORES "2" -ENV DISK_SIZE "64G" -ENV VERSION "win11" +ENV DISK_SIZE "500G" +ENV VERSION "ltsc10" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]