[docker] only replace specific variables, fixes #1064

This commit is contained in:
Shish 2024-02-21 17:04:57 +00:00 committed by Shish
parent 0890de35c1
commit 0a617f6292

View file

@ -12,7 +12,7 @@ chown shimmie:shimmie /app/data
rm -rf /var/lib/unit/* 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 WAITLOOPS=5
SLEEPSEC=1 SLEEPSEC=1