Merge pull request #680 from cjmaxik/feature-intl

Adding intl support to php-fpm container
This commit is contained in:
Mahmoud Zalt
2017-03-16 20:57:47 -04:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@ -60,6 +60,7 @@ services:
- INSTALL_AEROSPIKE_EXTENSION=${PHP_FPM_INSTALL_AEROSPIKE_EXTENSION}
- INSTALL_MYSQLI=${PHP_FPM_INSTALL_MYSQLI}
- INSTALL_TOKENIZER=${PHP_FPM_INSTALL_TOKENIZER}
- INSTALL_INTL=${PHP_FPM_INSTALL_INTL}
dockerfile: ${PHP_FPM_DOCKER_FILE}
volumes_from:
- applications