Update PHP-FPM images

This commit is contained in:
cytopia 2022-03-22 01:25:18 +01:00
parent d4b0be9ac4
commit c87f18fe78
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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
##