docker-magento
docker-magento copied to clipboard
After setup markshust/docker-magento, local projects are not working
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:
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.
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.
Closing out as @rangerz's suggestion is valid 👍