Open kailashlambe21 opened 1 year ago
Though this should be possible, this project doesn't necessarily support running multiple Magento projects at the same time. That said, I'd love to have this functionality in here, but I do know there are some complexities around SSL certs and the such. I'll leave this ticket open shall someone want to try to tackle this.
I just ran into this and remembered this post: https://github.com/wardenenv/warden
Doesn't this relate to this issue?
Kinda. I don't like the complexity of how Warden manages these multi-environments, so I didn't implement the same setup in this project.
While it would be nice to run multiple instances of Magento on one machine at the same time, I really don't have this workflow. I don't mind running bin/stop
and bin/start
to start up a new environment.
I'd love to take a PR in though to support those that do need to run multiple environments, but I don't want to overly complicate this setup or bring in unneeded complexity to do so.
How Can I Remove ssl and what changes need to do to remove ssl as this issue is because of ssl certificate
I'm not sure -- Magento is made to run on SSL, so I never recommend disabling it. If you are having an issue due to SSL certs, we would need to resolve that issue instead.
I am trying to run multiple Magento 2 instances with the docker
Steps To Reproduce
Expected Result 2 Instances should be running with different ports.
Actual Result 2 different Instances does not work with different ports.