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

After setup markshust/docker-magento, local projects are not working

Open Mage2developer opened this issue 2 years ago • 1 comments

Description:

I have followed the steps to install and set up a new project from Automated Setup (New Project), and the project setup was done successfully with sample data. After that to run my local projects I tried to open my local URL(http://local.ce243.com/), the url not working and gives the following error: not-working-project

So I start apache2, mysql, elasticsearch, and redis-server services using the following command, but no luck. It shows the same above error:

sudo service apache2 start && sudo service mysql start && sudo service elasticsearch start && sudo service redis-server start

Please let me know how to overcome this issue. Thanks in anticipation.

Mage2developer avatar Jul 26 '22 07:07 Mage2developer

I guess their service using the same ports, so try to bin/stop docker-magento and restart your service for your local project.

Error message needs to more details to confirm the cause of the issue.

Try to google the error message and fix the issue to share your result.

rangerz avatar Jul 27 '22 18:07 rangerz

Closing out as @rangerz's suggestion is valid 👍

markshust avatar Dec 04 '22 14:12 markshust