This commit is contained in:
Alexandre
2021-12-18 19:20:03 +01:00
committed by GitHub
parent a34852b033
commit db951849c8

View File

@@ -36,7 +36,7 @@ RUN \
# -e 's/memory_limit=512M/memory_limit=1024M/g' \
&& sed -i \
-e 's/upload_max_filesize=1024M/upload_max_filesize=10240M/g' \
-e 's/post_max_size=10240M/post_max_size=4096M/g' \
-e 's/post_max_size=1024M/post_max_size=10240M/g' \
/etc/php7/php.ini
##################