diff --git a/Dockerfile b/Dockerfile index 2e5e7be..b9295e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,9 +34,9 @@ ADD --chmod=664 https://github.com/qemus/virtiso-arm/releases/download/v0.1.262- EXPOSE 8006 3389 VOLUME /storage +ENV VERSION="11" ENV RAM_SIZE="4G" ENV CPU_CORES="2" ENV DISK_SIZE="64G" -ENV VERSION="win11" ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]