diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index db14d10..c1ba83b 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -36,6 +36,9 @@ fi if [ -n "$TELEGRAM_LOCAL" ]; then CUSTOM_ARGS="${CUSTOM_ARGS} --local" fi +if [ -n "$TELEGRAM_NO_FILE_LIMIT" ]; then + CUSTOM_ARGS="${CUSTOM_ARGS} --no-file-limit" +fi if [ -n "$TELEGRAM_INSECURE" ]; then CUSTOM_ARGS="${CUSTOM_ARGS} --insecure" fi