mirror of
https://github.com/dockur/windows.git
synced 2025-12-23 07:31:46 +00:00
Update Dockerfile
This commit is contained in:
parent
b39507c5a4
commit
6d8cf3d2e3
@ -37,9 +37,9 @@ FROM build-${TARGETARCH}
|
|||||||
EXPOSE 8006 3389
|
EXPOSE 8006 3389
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
|
|
||||||
|
ENV VERSION="11"
|
||||||
ENV RAM_SIZE="4G"
|
ENV RAM_SIZE="4G"
|
||||||
ENV CPU_CORES="2"
|
ENV CPU_CORES="2"
|
||||||
ENV DISK_SIZE="64G"
|
ENV DISK_SIZE="64G"
|
||||||
ENV VERSION="win11"
|
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user