Changing the FILE_UPLOAD_SIZE_LIMIT while bookstack does not error out, php.ini dictates the max file is 10M hardcoded.
Alternatives:
Display a log message when FILE_UPLOAD_SIZE_LIMIT is changed informing user that has to bind mount a modified php.ini file
Thanks