mirror of
https://github.com/dockur/windows.git
synced 2025-12-22 02:10:37 +00:00
feat: Switch to port 80 (#1121)
This commit is contained in:
@@ -12,7 +12,6 @@ RUN set -eu && \
|
||||
apt-get --no-install-recommends -y install \
|
||||
bc \
|
||||
jq \
|
||||
curl \
|
||||
7zip \
|
||||
wsdd \
|
||||
samba \
|
||||
@@ -38,7 +37,7 @@ ARG VERSION_ARG="0.00"
|
||||
RUN echo "$VERSION_ARG" > /run/version
|
||||
|
||||
VOLUME /storage
|
||||
EXPOSE 8006 3389
|
||||
EXPOSE 80 3389
|
||||
|
||||
ENV VERSION="11"
|
||||
ENV RAM_SIZE="4G"
|
||||
|
||||
Reference in New Issue
Block a user