Skip to content

Commit 8d8eef4

Browse files
committed
Update
Update README and docker-compose exampe
1 parent ce2630d commit 8d8eef4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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)
1717
Do 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

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)