Support for additional locales in PHP-FPM (#1976)

This commit is contained in:
Ion Jaureguialzo Sarasola
2019-02-14 14:52:40 +01:00
committed by Shao Yu-Lung (Allen)
parent e0d7229e95
commit 1286b7ef06
4 changed files with 33 additions and 0 deletions

View File

@ -162,6 +162,8 @@ services:
- INSTALL_IONCUBE=${PHP_FPM_INSTALL_IONCUBE}
- INSTALL_APCU=${PHP_FPM_INSTALL_APCU}
- INSTALL_YAML=${PHP_FPM_INSTALL_YAML}
- INSTALL_ADDITIONAL_LOCALES=${PHP_FPM_INSTALL_ADDITIONAL_LOCALES}
- ADDITIONAL_LOCALES=${PHP_FPM_ADDITIONAL_LOCALES}
volumes:
- ./php-fpm/php${PHP_VERSION}.ini:/usr/local/etc/php/php.ini
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}${APP_CODE_CONTAINER_FLAG}