fix: Remove port 80 (#1124)

This commit is contained in:
Kroese
2025-03-18 05:19:44 +01:00
committed by GitHub
parent 156eaaa2da
commit c9abc7551a
4 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ ARG VERSION_ARG="0.00"
RUN echo "$VERSION_ARG" > /run/version
VOLUME /storage
EXPOSE 80 3389
EXPOSE 3389 8006
ENV VERSION="11"
ENV RAM_SIZE="4G"