mirror of
https://github.com/dockur/windows.git
synced 2026-03-21 19:49:44 +00:00
Update RAM and CPU environment variables in Dockerfile
This commit is contained in:
parent
588969ae5f
commit
711252acb8
1 changed files with 2 additions and 2 deletions
|
|
@ -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="14G"
|
||||||
ENV CPU_CORES="2"
|
ENV CPU_CORES="4"
|
||||||
ENV DISK_SIZE="64G"
|
ENV DISK_SIZE="64G"
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue