diff --git a/.docker/entrypoint.sh b/.docker/entrypoint.sh index 0ed83e6f..96486d12 100755 --- a/.docker/entrypoint.sh +++ b/.docker/entrypoint.sh @@ -12,7 +12,7 @@ chown shimmie:shimmie /app/data rm -rf /var/lib/unit/* -envsubst < /app/.docker/entrypoint.d/config.json.tmpl > /app/.docker/entrypoint.d/config.json +envsubst '$MAX_FILE_UPLOADS $UPLOAD_MAX_FILESIZE' < /app/.docker/entrypoint.d/config.json.tmpl > /app/.docker/entrypoint.d/config.json WAITLOOPS=5 SLEEPSEC=1