Lychee php.ini edits

Hi,
I would like to be able to edit the default values to be allowed to import bigger files, but not sure if I can edit the php.ini config, or pass an environmental variable instead?

I have a php-local.ini inside my docker config for this container. Not sure if I should try adding values here, or if Lychee wants me to edit the real php.ini of the container?

Some of the values I would like to change are:
max_execution_time = 200
post_max_size = 100M
upload_max_size = 100M
upload_max_filesize = 20M
memory_limit = 256M

Any ideas?

lychee exposes a file you can edit (documented on their github)
or you can edit the php-local.ini, which appends php.ini

Cool, I will try editing that one then and see how it goes.

I added the values, restarted the container but it did not work for me, same error: The uploaded file exceeds the upload_max_filesize directive in php.ini