chore: update PHP configuration to set memory limit using environment variable

This commit is contained in:
Andras Bacsai
2024-12-13 10:01:20 +01:00
parent a53a1349e3
commit 3a76ffd6ac
2 changed files with 2 additions and 0 deletions

View File

@@ -7,3 +7,4 @@ ignore_repeated_source = On
upload_max_filesize = 256M
post_max_size = 256M
memory_limit = ${PHP_MEMORY_LIMIT:-256M}

View File

@@ -7,3 +7,4 @@ ignore_repeated_source = On
upload_max_filesize = 256M
post_max_size = 256M
memory_limit = ${PHP_MEMORY_LIMIT:-256M}