mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-19 04:47:52 +00:00
Update PHP-FPM images
This commit is contained in:
parent
d4b0be9ac4
commit
c87f18fe78
@ -11,6 +11,7 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
|
||||
#### Fixed
|
||||
- Fixed pidof issue on QUEMU by replacing it with pgrep #854
|
||||
- Fixed array definition for PHP < 5.4
|
||||
- Fixed bind caching issue [#37](https://github.com/cytopia/docker-bind/pull/37)
|
||||
|
||||
#### Added
|
||||
- Allow to globally enable/disable HTTP/2 [#844](https://github.com/cytopia/devilbox/issues/844)
|
||||
|
@ -94,7 +94,7 @@ services:
|
||||
# PHP
|
||||
# ------------------------------------------------------------
|
||||
php:
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.135
|
||||
image: devilbox/php-fpm:${PHP_SERVER}-work-0.136
|
||||
hostname: php
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user