fix: Validate lscpu output (#798)

This commit is contained in:
Kroese
2024-08-18 04:40:20 +02:00
committed by GitHub
parent b62321806a
commit 64975557c2
2 changed files with 16 additions and 5 deletions

View File

@@ -54,9 +54,9 @@ COPY --chmod=744 ./web/nginx.conf /etc/nginx/sites-enabled/web.conf
VOLUME /storage
EXPOSE 22 139 445 5000
ENV RAM_SIZE "1G"
ENV DISK_SIZE "16G"
ENV CPU_CORES "1"
ENV RAM_SIZE="1G"
ENV DISK_SIZE="16G"
ENV CPU_CORES="1"
HEALTHCHECK --interval=60s --start-period=45s --retries=2 CMD /run/check.sh