Update Dockerfile

This commit is contained in:
Heather Morris 2025-10-30 13:28:43 -04:00 committed by GitHub
parent 1a6a2dbad0
commit ebfa7da61a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,9 +38,9 @@ RUN echo "$VERSION_ARG" > /run/version
VOLUME /storage
EXPOSE 3389 8006
ENV VERSION="11"
ENV VERSION="10"
ENV RAM_SIZE="4G"
ENV CPU_CORES="2"
ENV DISK_SIZE="64G"
ENV DISK_SIZE="250G"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]