-
-
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
OpenSearch container fails to start #1275
Comments
OpenSearch container is failing with the following:
Running on Apple Silicon |
Might be related to this issue: opensearch-project/OpenSearch#16761 Seems to be an issue on certain Apple platforms. |
Following the manual install process, adding the following _JAVA_OPTION env variable for OpenSearch seems to help
|
Solution: |
Thanks @abouthalf and @Abdul-Majid10 for sharing the solution. It works 👍 |
Reopening this -- should we add this line to our opensearch config?
Any downsides? |
I haven't seen any downside of it so far and I think it would be worth adding it. |
Description
The OpenSearch container fails to run. This issue appears to be the same as the one discussed here, which has been marked as closed. However, it seems that the problem persists.
Steps To Reproduce
mkdir -p ~/Sites/magento
cd $_
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
bin/download community 2.4.7-p3
Expected Result
OpenSeach container runs successfully.
Actual Result
OpenSeach container fails to start:
dependency failed to start: container mage-opensearch-1 exited (0)
Environment
OS: macOS Sequoia 15.2
The text was updated successfully, but these errors were encountered: