Skip to content

magento-opensearch-1 container fails to start during one-liner setup on WSL #1339

@jagustin08

Description

@jagustin08

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

  1. 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
    
  2. 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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions