Elasticsearch arm-compatible docker image
212
elasticsearch:
image: jritsema/rpi-elasticsearch:2.4.0
volumes:
- ./elasticsearch:/data
ports:
- "9200:9200"
- "9300:9300"
environment:
- CLUSTER_NAME=my-cluster
- LISTEN=0.0.0.0
restart: always
Content type
Image
Digest
Size
231 MB
Last updated
over 8 years ago
docker pull jritsema/rpi-elasticsearch:2.4.0