Update Dockerfile

This commit is contained in:
KIUWIN11 2026-02-14 14:14:56 +07:00 committed by GitHub
parent 588969ae5f
commit 25003900a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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