docker-magento
docker-magento copied to clipboard
Mark Shust's Docker Configuration for Magento
This will allow us to run the PHP Documentor https://www.phpdoc.org/ on our project and use it to generate code documentation.
With this change we will be able to enable Xdebug profiling via the same old bin/xdebug script.
**Description** CSS source mappings doesnt seem to be working on Magento 2.4.4. Looks like a downgrade on grunt-contrib-less could potentially fix this issue. More info on https://stackoverflow.com/questions/73234428/why-not-showing-less-file-path-in-browser-after-running-grunt-in-magento2 **Steps To Reproduce**...
**Description** Commands output is not in stdout. It's particularly important for mysqldump **Steps To Reproduce** 1. This is the script I ran. I think the only thing required is a...
**Description** When visiting Catalog -> Categories page, there are a lot of error with failing imports of css, js and map files, which makes the editor a bit useless. **Steps...
**Description** I am trying to use GraphCommerce with markshust/docker-magento as its backend. Browsers recognise the self-signed certificate no issues however, when it is accessed via terminal there seem to be...
I saw this was asked in #691, however it's not really a permenant start. I added `restart: always` to the container settings in `docker-compose.yml`, but cron doesn't restart. You can...
In my WIndows desktop, I am using wsl for Ubuntu. After doing Manual setup with new project using markshust/docker-magento, , I get 403 forbidden error. **Steps To Reproduce** Configure wsl...
**Description** When running the `bin/magento sampledata:deploy` command, the following errors occurs in the terminal: ```- Downgrading composer/composer (2.2.17 => 2.0.13): Extracting archive In FilesystemRepository.php line 163: file_get_contents(/var/www/html/vendor/composer/composer/src/Composer/Repository/../InstalledVersions.php): Failed to open...
**Description** While installing fresh vanilla magento 2.4.6-p1 app container is off. With error that in nginx.conf in line 50 there is a problem with php-fpm. There are 3 lines with...