#807 -- Make PHP memory limit env-configurable.

This commit is contained in:
Buster "Silver Eagle" Neece 2019-02-03 00:58:55 -06:00
parent 1145911358
commit b5b05ef7ef
1 changed files with 9 additions and 0 deletions

View File

@ -41,3 +41,12 @@ MYSQL_DATABASE=azuracast
# Default: yes
MYSQL_RANDOM_ROOT_PASSWORD=yes
#
# Advanced Configuration
#
# PHP's maximum POST body size and max upload filesize.
# PHP_MAX_FILE_SIZE=25M
# PHP's maximum memory limit.
# PHP_MEMORY_LIMIT=128M