An open API service indexing awesome lists of open source software.

https://github.com/ktor/liferay7-elasticsearch

The image contains plugins that are required to run with Liferay Portal 7
https://github.com/ktor/liferay7-elasticsearch

elasticsearch elasticsearch-plugin liferay liferay-portal liferay7 liferay72 liferay73 liferay7x

Last synced: about 2 months ago
JSON representation

The image contains plugins that are required to run with Liferay Portal 7

Awesome Lists containing this project

README

        

= Liferay Portal 7 elasticsearch docker image
:es-version: 7.17.1

Original elasticsearch image with plugins that are link:https://learn.liferay.com/dxp/7.x/en/using-search/installing-and-upgrading-a-search-engine/elasticsearch/installing-elasticsearch.html[required] to by Liferay Portal 7.x.

== Installation

[subs=attributes+]
```bash
docker run -p 9200:9200 -p 9300:9300 ktorek/liferay7-elasticsearch:{es-version}
```