mirror of
https://github.com/dockur/windows.git
synced 2025-12-16 12:13:06 +00:00
Update Dockerfile environment variables
This commit is contained in:
parent
dee21edec0
commit
ee84fff7f7
@ -38,9 +38,11 @@ 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="256G"
|
||||
ENV USERNAME="Heather"
|
||||
ENV PASSWORD="heather"
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user