fix: Default RAM size

* fix: Default RAM size
This commit is contained in:
Kroese
2023-12-01 03:55:25 +01:00
committed by GitHub
parent 01e41a4014
commit a768fecfde
4 changed files with 10 additions and 10 deletions

View File

@@ -45,9 +45,9 @@ EXPOSE 139
EXPOSE 445
EXPOSE 5000
ENV CPU_CORES "1"
ENV RAM_SIZE "1G"
ENV DISK_SIZE "16G"
ENV RAM_SIZE "512M"
ENV CPU_CORES "1"
ARG VERSION_ARG="0.0"
RUN echo "$VERSION_ARG" > /run/version