Update Dockerfile

This commit is contained in:
Kroese 2024-11-13 01:11:44 +01:00 committed by GitHub
parent 2ae63828c2
commit ce4e7b5698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,8 +37,8 @@ FROM build-${TARGETARCH}
ARG VERSION_ARG="4.00" ARG VERSION_ARG="4.00"
RUN echo "$VERSION_ARG" > /run/version RUN echo "$VERSION_ARG" > /run/version
EXPOSE 8006 3389
VOLUME /storage VOLUME /storage
EXPOSE 8006 3389
ENV VERSION="11" ENV VERSION="11"
ENV RAM_SIZE="4G" ENV RAM_SIZE="4G"