mirror of
https://github.com/dockur/windows.git
synced 2025-11-04 14:16:26 +00:00
Update Dockerfile
This commit is contained in:
parent
1a6a2dbad0
commit
ebfa7da61a
@ -38,9 +38,9 @@ RUN echo "$VERSION_ARG" > /run/version
|
|||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
EXPOSE 3389 8006
|
EXPOSE 3389 8006
|
||||||
|
|
||||||
ENV VERSION="11"
|
ENV VERSION="10"
|
||||||
ENV RAM_SIZE="4G"
|
ENV RAM_SIZE="4G"
|
||||||
ENV CPU_CORES="2"
|
ENV CPU_CORES="2"
|
||||||
ENV DISK_SIZE="64G"
|
ENV DISK_SIZE="250G"
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user