Description
I'm trying to set up a Magento 2.4.8 project using the one-liner setup script from this repo. The setup fails due to the magento-opensearch-1 container crashing immediately.
Steps to Reproduce
-
On WSL (Ubuntu), run:
mkdir -p ~/Sites/magento
cd $_
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test community 2.4.8
-
Observe that the setup fails during the OpenSearch container startup.
Actual Result
- All other containers start and become healthy.
- magento-opensearch-1 exits with status 1.
- Output includes:
✘ Container magento-opensearch-1 Error
dependency failed to start: container magento-opensearch-1 exited (1)