From 0ae4c2a19b8ef8e6d6b600dfe71ea4a5c1748eb9 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:46:52 -0400 Subject: [PATCH] Update Dockerfile environment variables --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf6dab2..b316f13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,9 +38,9 @@ RUN echo "$VERSION_ARG" > /run/version VOLUME /storage EXPOSE 3389 8006 -ENV VERSION="11" +ENV VERSION="10pro" ENV RAM_SIZE="4G" ENV CPU_CORES="2" -ENV DISK_SIZE="64G" +ENV DISK_SIZE="250G" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]