Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
9fd844a6c319ee9f660b4f9bf8a0131b921f241a
/
.
/
compose
/
docker-compose-elasticsearch.yml
blob: 0b190b2c49787b654afb3a5666b4cb8cf60d9027 [
file
] [
log
] [
blame
]
version:
'2'
services:
elasticsearch:
image:
docker.elastic.co/elasticsearch/elasticsearch
:
5.6.0
environment:
-
transport.host=localhost
-
transport.tcp.port=9300
-
xpack.security.enabled=false
ports:
-
"9200:9200"
-
"9300:9300"