docker-magento2 icon indicating copy to clipboard operation
docker-magento2 copied to clipboard

Cluster ready Magento2 + Varnish 7 + PHP 8.1 + Redis 6.2 + Elasticsearch 7.17 + SSL

Results 13 docker-magento2 issues
Sort by recently updated
recently updated
newest added

I'm getting "This site can’t be reached" when I am navigating to the base URL. Do I need to add the same in the virtual host?

I did step by step like readme says. Added `magento2.docker` into `/etc/hosts` Started all containers using `docker-compose up -d` Then when I visit magento2.docker I expect to see some setup...

I'm trying to import a .sql dump file `docker exec -i docker-magento2_db_1 mysql -umagento2 -pmagento2 magento2 < /Users/me/dumps/Dump20210121.sql` But it returns `ERROR 1227 (42000) at line 13382: Access denied; you...

Hi, I see you have updated to php7.4 for Magento 2.4 what is the best way to update the containers please?

This is a question regarding the performance of this docker, based on our use case. We are attempting to create a docker construction for Magento production. Our current attempts have...

Hello, Is there any way to lower the memory usage of the containers ? it start at 4Go but it's a neverending increase, with 10-20Mo each second added in usage...

Hello, is it possible to add a container for magento PWA also. That would be great.

When I go to Cron container and run `php updatenodes.php` I get the following error: > Fatal error: Uncaught Error: Call to undefined method Mage::getStoreConfig() in /varnish.php:502 Stack trace: #0...

Hello. I tried following the instructions but ended up unable to access the magento store. My current setup is: /var/local/docker/docker-magento2-master: everything downloaded from this Github project /var/local/docker/magento2: magento2 downloaded from...

Hi thank you very much for this project, I was wondering any advantage of using PHP-FPM vs Apache2 (Modphp option) Tnx