Added option to install the php calendar extension in php-fpm (#1672)

* Added option to install the php calendar extension in php-fpm
* Added section about installing php calendar extension in php-fpm
This commit is contained in:
Youri Westerman
2018-07-13 17:31:13 +07:00
committed by Shao Yu-Lung (Allen)
parent 20b0181b6d
commit 4ce25e95b4
4 changed files with 28 additions and 0 deletions

View File

@ -143,6 +143,7 @@ services:
- INSTALL_SWOOLE=${PHP_FPM_INSTALL_SWOOLE}
- INSTALL_IMAGE_OPTIMIZERS=${PHP_FPM_INSTALL_IMAGE_OPTIMIZERS}
- INSTALL_IMAGEMAGICK=${PHP_FPM_INSTALL_IMAGEMAGICK}
- INSTALL_CALENDAR=${PHP_FPM_INSTALL_CALENDAR}
volumes:
- ./php-fpm/php${PHP_VERSION}.ini:/usr/local/etc/php/php.ini
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}