Update Dockerfile environment variables

This commit is contained in:
Heather Morris 2025-10-30 09:25:46 -04:00 committed by GitHub
parent dee21edec0
commit ee84fff7f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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