[docker] only replace specific variables, fixes #1064
This commit is contained in:
parent
0890de35c1
commit
0a617f6292
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue