ByteInternet / hypernode-docker

Fast and easy Docker for Magento development
https://community.hypernode.io/hypernode-docker
35 stars 8 forks source link

PHP version for cli and fpm don't match (again) #17

Closed deefco closed 1 year ago

deefco commented 5 years ago

Hi, image starts with php7.1fpm by default but cli version is 7.2

vdloo commented 5 years ago

Hi @deefco, thanks for reporting that. This has been fixed in the latest version of the box:

root@bf5d23aed93b ~ # ps aux | grep php-fpm | grep master
root       200  1.1  0.1 930340 46904 pts/2    Ss+  11:03   0:00 php-fpm: master process (/etc/php/7.1/fpm/php-fpm.conf)
root@bf5d23aed93b ~ # php -v
PHP 7.1.16-1 (cli) (built: May  3 2018 12:35:50) ( NTS )