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
- Host: GitHub
- URL: https://github.com/ktor/liferay7-elasticsearch
- Owner: ktor
- License: mit
- Created: 2019-07-30T21:57:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T10:54:43.000Z (about 3 years ago)
- Last Synced: 2025-01-28T10:45:59.777Z (4 months ago)
- Topics: elasticsearch, elasticsearch-plugin, liferay, liferay-portal, liferay7, liferay72, liferay73, liferay7x
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Liferay Portal 7 elasticsearch docker image
:es-version: 7.17.1Original 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}
```