clean-docker / Magento2

Docker Image to Magento 2 local development in Mac, Linux and Windows
https://hub.docker.com/r/rafaelcgstz/magento2/
MIT License
444 stars 251 forks source link

Doesn't works with magento 2.4 #120

Open raphaelcordeiro opened 3 years ago

raphaelcordeiro commented 3 years ago

Hi. Magento 2.4 can't run with php 7.1. It needs php 7.3 or latest.

Messhias commented 3 years ago

So why not update instead to 8x?

Sounds better.

bonzinho commented 3 years ago

how i can update php for 7.4

Messhias commented 3 years ago

@bonzinho just update your docker configuration. But this is doesn't mean will gonna work.

rudwolf commented 1 year ago

@rafaelstz This is what I've said to you on LinkedIn, we can manually change the PHP version on docker, but still needs to be fixed here!

Also, a configuration that worked for me to solve the memory exhaustion on composer install was to change memory_limit to -1 in the php.ini, but I had to make this AFTER I built the machine because it was hard coded into your image, can you fix this when possible?