add php.ini file
This commit is contained in:
parent
3a8bd8a015
commit
f14b3b32cf
@ -69,6 +69,8 @@ services:
|
|||||||
dockerfile: "Dockerfile-${PHP_VERSION}"
|
dockerfile: "Dockerfile-${PHP_VERSION}"
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- applications
|
- applications
|
||||||
|
volumes:
|
||||||
|
- ./php-fpm/php${PHP_VERSION}.ini:/usr/local/etc/php/php.ini
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
2030
php-fpm/php56.ini
Normal file
2030
php-fpm/php56.ini
Normal file
File diff suppressed because it is too large
Load Diff
1918
php-fpm/php70.ini
Normal file
1918
php-fpm/php70.ini
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user