Update RAM and CPU environment variables in Dockerfile

This commit is contained in:
gubby78 2026-02-16 22:04:03 +07:00 committed by GitHub
parent 588969ae5f
commit 711252acb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,8 +39,8 @@ VOLUME /storage
EXPOSE 3389 8006
ENV VERSION="11"
ENV RAM_SIZE="4G"
ENV CPU_CORES="2"
ENV RAM_SIZE="14G"
ENV CPU_CORES="4"
ENV DISK_SIZE="64G"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]