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"]