alexcheng1982 / docker-magento2

Docker image for Magento Open Source 2
MIT License
381 stars 258 forks source link

Fix sample data restoration issue #77

Closed dnikolov123 closed 2 years ago

dnikolov123 commented 2 years ago

When following the guide last step is:

$ docker exec -it <container_name> install-sampledata

It fails with php out of memory error.

The changes resolve the problem.