File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111- [ ` 8.X-fpm-slim ` (* Dockerfile* )] ( https://github.com/Tob1as/docker-php/blob/master/debian.fpm.slim.Dockerfile )
1212- [ ` 8.X-fpm ` (* Dockerfile* )] ( https://github.com/Tob1as/docker-php/blob/master/debian.fpm.Dockerfile )
1313
14- ** All container images are available in versions 8.3 and 8.4 .** ;-)
14+ ** All container images are available in versions ` 8.3 ` , ` 8.4 ` and ` 8.5 ` .** ;-)
1515
1616* How long php versions are supported (End of Life): [ https://www.php.net/supported-versions.php ] ( https://www.php.net/supported-versions.php )
1717Do not use an container image which php version is no longer supported!*
@@ -100,6 +100,7 @@ services:
100100 PHP_POST_MAX_SIZE : 250
101101 PHP_UPLOAD_MAX_FILESIZE : 250
102102 PHP_MAX_FILE_UPLOADS : 20
103+ PHP_MAX_EXECUTION_TIME : 120
103104 CREATE_PHPINFO_FILE : 0
104105 CREATE_INDEX_FILE : 0
105106 # # next env only with apache
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ services:
3131 PHP_POST_MAX_SIZE : 250
3232 PHP_UPLOAD_MAX_FILESIZE : 250
3333 PHP_MAX_FILE_UPLOADS : 20
34+ PHP_MAX_EXECUTION_TIME : 120
3435 CREATE_PHPINFO_FILE : 0
3536 CREATE_INDEX_FILE : 0
3637 # # next env only with php-fpm
You can’t perform that action at this time.
0 commit comments