You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When Im done creating the Setup & m2 dir, and running the curl command inside the m2 dir, everything is installed perfectly, but after that when the time comes for it to run & execute, only the opensearch gives error.
And due to this, I am unable to open m2.test on localhost.
This is the curl command that I had executed :
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- m2.test 2.4.6 community
Expected Result
I got the below image from the youtube video by mark shust
Actual Result
The text was updated successfully, but these errors were encountered:
I tried to manually install docker-magento, changed the compose.yaml, compose.healthcheck.yaml, and bin/setup-install for elasticsearch instead of opensearch.
Then downloaded magento, everything was installed as expected, but then this time elasticsearch gave error :
And when I checked elasticsearch's container, this was the error that it gave :
And I am trying to get this done since two days, someone please help.
Description
When Im done creating the Setup & m2 dir, and running the curl command inside the m2 dir, everything is installed perfectly, but after that when the time comes for it to run & execute, only the opensearch gives error.
And due to this, I am unable to open m2.test on localhost.
This is the curl command that I had executed :
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- m2.test 2.4.6 community
Expected Result
I got the below image from the youtube video by mark shust
Actual Result
The text was updated successfully, but these errors were encountered: