- Add PHP_MEMORY_LIMIT & PHP_UPLOAD_LIMIT environment variable,

- Use now rx3-docker/server:1.2.1-mga9 image.
This commit is contained in:
2025-03-08 12:28:22 +01:00
parent c3f77114c3
commit 0b2b46314d
5 changed files with 53 additions and 26 deletions

View File

@@ -5,13 +5,15 @@ Welcome to Rx3-Docker/PHP-Apache docker image!
This project aims to build a PHP + Apache docker image used by other Rx3 packaging projects.
Features:
- Curtently based on rx3-docker/server:1.2.0-mga9 image,
- Curtently based on rx3-docker/server:1.2.1-mga9 image,
- PostgreSQL & MySQL ready,
- PHPMailer installed,
- logrotate configured,
- Apache UID, GID & document root directory configurable,
- mod_proxy + mod_proxy_html installed,
- HTTPD service enabled by default.
- HTTPD service enabled by default,
- PHP_MEMORY_LIMIT variable set to 512M by default,
- PHP_UPLOAD_LIMIT variable set to 32M by defaylt.
Enjoy it!