mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 07:59:43 +00:00
Update Dockerfile environment variables
This commit is contained in:
parent
205e938ce9
commit
0ae4c2a19b
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue