Elasticsearch Docker image set up with plugins for usage from Magento 2.
- Based on the official elasticsearch:6.8.7
- Installs
analysis-phonetic
andanalysis-icu
plugins
- Set environment variable
discovery.type
tosingle-node
- Mount
/usr/share/elasticsearch/data
for persistance (set uid permissions to1000
)