Update Dockerfile

This commit is contained in:
Ronak752 2024-08-03 12:57:03 +05:30 committed by GitHub
parent 4cc90d4e1e
commit dc1f21c0d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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