; PHP limits for the admin's logo upload and long requests. PHP reads each value from its ; environment variable when set (docker-compose.yml passes them), otherwise the default after ":-". upload_max_filesize = ${PHP_UPLOAD_MAX_FILESIZE:-64M} post_max_size = ${PHP_POST_MAX_SIZE:-64M} max_execution_time = ${PHP_MAX_EXECUTION_TIME:-300} max_input_time = ${PHP_MAX_INPUT_TIME:-300} memory_limit = ${PHP_MEMORY_LIMIT:-512M}