docker-magento
docker-magento copied to clipboard
Mark Shust's Docker Configuration for Magento
I am trying to run multiple Magento 2 instances with the docker **Steps To Reproduce** - Create 2 different Magneto2 + Docker set up - Change the port and volume...
**Description** I found that the magento container stops automatically. A manual restart is required each time. **Steps To Reproduce** 1. Whenever I start it, for about a week, the magento...
**Description** Soft version in a container: Magento 2.4.6-p2 grunt-cli v1.4.3 grunt v1.5.3 After installing Grunt bin/setup-grunt, when I try to load the store site the CPU usage goes to the...
More of a suggestion than an issue. We have seen startup performance improvements and less need to reindex etc when switching between projects, by persisting the opensearch/elasticsearch index in a...
**Description** https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cli/enable-logging.html **Steps To Reproduce** 1. bin/magento dev:query-log:enable 2. bin/magento cache:flush **Expected Result** queries logged to var/debug/db.log **Actual Result** var/debug folder empty
**Description** I started a new docker magento(fresh images) and every time I would get an error saying an fpm instance was already started and I could not connect via ssh....
**Description** I am upgrading my Magento EE from 2.4.5 to 2.4.7. I used the image _markoshust/magento-php:8.1-fpm_ and changed it to _markoshust/magento-php:8.2-fpm-4_. I got the following Exception when editing a scheduled...
**Description** Generating code coverage with PHPUnit using `xdebug.mode=coverage` can be incredibly slow and uses a ton of memory (ex. over 8GB in our CI/CD pipelines). `pcov` is a more lightweight...
How can i specific to use php 8.2 or php 8.3 using the 1 line install command? Ive tried simply updating the image to `markoshust/magento-php:8.3-fpm` in the `compose.yaml` however when...
**Description** By following this tutorial I did the local setup which is working fine but when I run the "bin/magento sampledata:deploy" in this case i did not get an error...