-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker + Magento 2 Multiple Instances does not work at the same time. #980
Comments
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 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.
The text was updated successfully, but these errors were encountered: