Update Dockerfile

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

View file

@ -35,7 +35,7 @@ VOLUME /storage
ENV RAM_SIZE "4G"
ENV CPU_CORES "2"
ENV DISK_SIZE "64G"
ENV VERSION "win11"
ENV DISK_SIZE "200G"
ENV VERSION "win10"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]