- Set PHP_UPLOAD_LIMIT to 64M.

This commit is contained in:
2025-03-08 23:41:41 +01:00
parent f4324c3577
commit 985b02b0ff
3 changed files with 6 additions and 3 deletions

View File

@@ -8,7 +8,8 @@ Rx3-Docker/MantisBT V 1.0.1 - A. GIBERT - 2025/03/08
- Add ssmtp program and SMTP_SERVER env variable to allow mail sending,
- Add php xmlreader & xmlwriter module tu support "Import/Export issues" plugin,
- Switch to docker_tools "mixed" volume mode,
- Now use rx3-docker/php-apache:1.5.1-mga9 & rx3-docker/postgresql:1.1.1-mga9 images.
- Now use rx3-docker/php-apache:1.5.1-mga9 & rx3-docker/postgresql:1.1.1-mga9 images,
- Set PHP_UPLOAD_LIMIT to 64M.