mirror of
https://github.com/jlengrand/coolify.git
synced 2026-03-10 08:11:23 +00:00
chore: update PHP configuration to set memory limit using environment variable
This commit is contained in:
@@ -7,3 +7,4 @@ ignore_repeated_source = On
|
||||
|
||||
upload_max_filesize = 256M
|
||||
post_max_size = 256M
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-256M}
|
||||
|
||||
@@ -7,3 +7,4 @@ ignore_repeated_source = On
|
||||
|
||||
upload_max_filesize = 256M
|
||||
post_max_size = 256M
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-256M}
|
||||
|
||||
Reference in New Issue
Block a user