openbridge / ob_php-fpm

PHP-FPM container for NGINX using Alpine, Opcache, Dynamic Resources, Monitoring, Security
https://www.openbridge.com
MIT License
96 stars 26 forks source link

Typo and need more variables #23

Closed saolex closed 5 years ago

saolex commented 5 years ago

Typo ob_php-fpm/docker-entrypoint.sh

Need more variables in .env file. 71 echo 'max_execution_time=300' 82 echo 'upload_max_filesize=50M' 83 echo 'post_max_size=50M'

tspicer commented 5 years ago

Hi, thanks for the note. Fixed the typo. If you want to extend with more variables, feel free to make a PR with the changes.