- Now use rx3/server-mga9:1.1.3 image,

- Add pwauth auth program,
- Increase php params:
    - memory_limit from 128M to 512M,
    - upload_max_filesize from 16M to 32M,
    - post_max_size from 8M to 32M,
- Don't expose unneeded /var/www/html in compose file,
- Use now docker_tools for .env building.
This commit is contained in:
2024-10-04 17:43:55 +02:00
parent 08ec413f3a
commit 62cd36b12b
4 changed files with 44 additions and 13 deletions

View File

@@ -1,3 +1,19 @@
------------------------------------------------------------------------------------------------------------------------------------
Rx3/PHP-Apache-Mga9 V 1.3.3 - A. GIBERT - 2024/10/05
------------------------------------------------------------------------------------------------------------------------------------
- Now use rx3/server-mga9:1.1.3 image,
- Add pwauth auth program,
- Increase php params:
- memory_limit from 128M to 512M,
- upload_max_filesize from 16M to 32M,
- post_max_size from 8M to 32M,
- Don't expose unneeded /var/www/html in compose file,
- Variabilization of external server ports in env & compose file,
- Use now docker_tools for .env building.
------------------------------------------------------------------------------------------------------------------------------------
Rx3/PHP-Apache-Mga9 V 1.3.2 - A. GIBERT - 2024/08/28
------------------------------------------------------------------------------------------------------------------------------------