volumes:
mongo_data:
driver: local
es_data:
driver: local
es_bin:
driver: local
es_config:
driver: local
graylog_data:
driver: local
kibana_data:
driver: local
i tried change localhost and 0.0.0.0 for IP but when made, the compose not up, the container started and after some seconds is stoped
Well, transport.host can not be localhost as that is what Elasticsearch uses to communicate internally. Change this to 0.0.0.0 as well and see if that makes a difference.
2018-11-09T12:14:23,974][INFO ][o.e.t.TransportService ] [es-node1] publish_address {172.18.0.3:9300}, bound_addresses {0.0.0.0:9300}
[2018-11-09T12:14:24,017][INFO ][o.e.b.BootstrapChecks ] [es-node1] bound or publishing to a non-loopback address, enforcing bootstrap checks
ERROR: [1] bootstrap checks failed
[1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[2018-11-09T12:14:24,079][INFO ][o.e.n.Node ] [es-node1] stopping ...
[2018-11-09T12:14:24,121][INFO ][o.e.n.Node ] [es-node1] stopped
[2018-11-09T12:14:24,126][INFO ][o.e.n.Node ] [es-node1] closing ...
[2018-11-09T12:14:24,197][INFO ][o.e.n.Node ] [es-node1] closed
[2018-11-09T12:14:24,205][INFO ][o.e.x.m.j.p.NativeController] Native controller process has stopped - no new native processes can be started
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.