feat: Switch to port 80 (#1121)

This commit is contained in:
Kroese
2025-03-17 16:46:38 +01:00
committed by GitHub
parent 777af02ed4
commit 5501437caa
4 changed files with 5 additions and 6 deletions

View File

@@ -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"