lukaszlach / magento-docker

:whale: Bootstrap Magento 1.9 / 2.1 installation in Docker with fully integrated Kibana, Grafana, Portainer, cAdvisor, Prometheus, MailCatcher and more
22 stars 19 forks source link

Constrain PHP to 7.0 #4

Closed brandontamm closed 6 years ago

brandontamm commented 6 years ago

Magento 2.1 only lists PHP compatibility up to 7.0 and the 7-fpm was downloading 7.2 which had a whole host of issues.

Magento 2.2 I think has issues with 7.2 but is compatible with 7.1 just for future reference..

lukaszlach commented 6 years ago

Thank you for contributing, nice job :)