docker-magento
docker-magento copied to clipboard
Mark Shust's Docker Configuration for Magento
```bash # Create your project directory then go into it: mkdir -p ~/Sites/magento cd $_ # Download the Docker Compose template: curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash # Take a backup...
I have created an Oauth system integration using the latest Magento docker 2.4.7 and connected with Apache airflow (https://github.com/sivajik34/magento-airflow) and getting the below issue. also, i ran below two commands...
**Description** Opensearch : No nodes Alive 1 exception(s): Exception #0 (OpenSearch\Common\Exceptions\NoNodesAvailableException): No alive nodes found in your cluster Exception #0 (OpenSearch\Common\Exceptions\NoNodesAvailableException): No alive nodes found in your cluster #1 OpenSearch\Transport->getConnection()...
**Description** Installing Manual setup with MySql Docker, Error in running a container My SQL >> Status Exited rest other services are running **Steps To Reproduce** 1. **Expected Result** **Actual Result**...
Because of the below issue the automatic setup required some manual step in order to access the back-end **Description** After installing the environment, I tried to access the back-end and...
**Description** Checking to see if you could provide assistance for an error I am having trying to generate a backup. I've been using this docker setup for a couple of...
This PR fixed #1204 and includes updates to both the README file and the setup script: - **README:** - Added default login credentials: username `john.smith` and password `password123`. - Included...
**Description** While configuring remote php interpreter and adding composer.yaml files, docker compose is not found. **Steps To Reproduce** 1. Following these steps: https://courses.m.academy/courses/set-up-magento-2-development-environment-docker/lectures/9748834 **Expected Result** Able to select phpfpm **Actual...
This PR re-adds support for multiple domain SSL generation while maintaining stripping ports from each domain. Fixes: #1172
I am on Windows, doing the manual setup. After running `bin/download 2.4.7 community`, it runs until I reach `cp: cannot stat 'C:/Program Files/Git/var/www/.composer/auth.json': No such file or directory`. The docker...