docker-magento2
docker-magento2 copied to clipboard
π³ Docker containers with all required Magento 2 dependencies installed available as FPM through Nginx and CLI
I did install everything, it seems to be working fine, except, when I type http://localhost I get nothing. This site canβt be reachedlocalhost refused to connect. Try: Checking the connection...
I did like in instruction: cp composer.env.sample composer.env # ..put the correct tokens into composer.env mkdir magento docker-compose run cli magento-installer and see this mistake: $ docker-compose run cli magento-installer...
Hi there, I am running this on a macbook with High Sierra, and Docker CE Version 18.06.0-ce-mac70 (26399). I completed the quick set-up (all seemed fine with the magento installer),...
I was testing out with Magento 2.4 and it seems required Elasticsearch service ? Any plan on adding?
Hi team, We have installed magento 2.3.5-p1 EE on Windows 10 OS. In overloading magento source we found an error. /var/www/magento/vendor/composer/97287359/view/frontend/web/swagger-ui/js  Any someone knows how to solve this problem....
Hello is not possible to execute setup:upgrade I get always SQLSTATE[HY000] [1045] Access denied for user the root user is % assigned. someone knows how to solve this problem.
Otherwise Composer will use PHP's ZIP library, which is a bit slower, may cause invalid reports of corrupted archives, and causes UNIX permissions in the archives to be lost.
Hello, This PR will fix : - 2 typos in `7.0-cli/bin/magento-extension-installer` - 2 typos in `7.1-cli/bin/magento-extension-installer` - 2 typos in `7.2-cli/bin/magento-extension-installer` - 2 typos in `7.3-cli/bin/magento-extension-installer` - 2 typos in...
This setup has been great. Thank you for sharing and maintaining it. While it has been great, there is one thing causing me pain that I can't identify. After several...
Forgive me if I'm missing something obvious as I'm new to both Docker and Magento (using your project to try to bootstrap myself on both). I've been working to try...