Add Dockerfile config for php 7.4

This commit is contained in:
2022-06-17 15:23:19 +02:00
parent 09a6b82a47
commit 84e746170b
4 changed files with 124 additions and 0 deletions

3
php/php.ini Normal file
View File

@@ -0,0 +1,3 @@
upload_max_filesize= 80M
post_max_size= 80M
memory_limit = 1G