Update Dockerfile

This commit is contained in:
Kabez 2025-08-02 22:00:38 -07:00 committed by GitHub
parent a6f9d6846e
commit 2ed110a317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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