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

Mark Shust's Docker Configuration for Magento

Results 193 docker-magento issues
Sort by recently updated
recently updated
newest added

Currently even following the README steps, the use of xdebug for the vs code tool is not working!

When running the integration tests, it fails to connect to RabbitMQ because the pre-made integration tests configuration templates contain different RabbitMQ login credentials than are in rabbitmq.env. This pull request...

Hello - Can someone provide any instructions on how to install gulp inside the docker enviroments? Below are the typical steps I would follow - * Install nvm / node...

Hi Mark, it's more a question than an error. - What is the reason that there is no `include=etc/php-fpm.d/*.conf` statement in your [php-fpm.conf](https://github.com/markshust/docker-magento/blob/master/images/php/8.1/conf/php-fpm.conf)? Without this statement, the configuration file [www.conf](https://github.com/markshust/docker-magento/blob/master/images/php/8.1/conf/www.conf)...

**Description** DockerFile `FROM markoshust/magento-php:8.1-fpm-1 MAINTAINER Mark Shust USER root RUN mkdir -p /etc/nginx/html /var/www/html /sock \ && chown -R app:app /etc/nginx /var/www /usr/local/etc/php/conf.d /sock RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash...

### Description After updating my composer.json file to use the new version of Magento 2.4.6 from a 2.4.5-p1, the setup:upgrade fails > Could not validate a connection to the OpenSearch....

**Description** After upgrading to Magento 2.4.6 EE on both docker-magento versions 43.2 and 44 and using grunt (as per setup instructions) i am getting a console error of `DevTools failed...

**I really want to know if the method described under `How multi-storefront switching works` is the standard way of switching between storefronts, or if it's just a technique peculiar to...

I am trying to run the bin/pwa-studio command on a fresh install, but keep returning the same error. **Commands:** 1. curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test 2.4.5-p1 community...

**Description** I`m using latest version of docker-magento in my notebook: - Macbook Air M1 2020 - Archlinux AARCH64 running Docker - Magento 2.4.5 - Files running isolated in Archlinux instance...

unable to replicate
needs confirmation