mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 06:11:57 +00:00
Mount elastic conf
This commit is contained in:
committed by
Manuel Gutierrez
parent
68c1fb171f
commit
feb12837e8
@@ -39,6 +39,8 @@ services:
|
||||
memlock:
|
||||
soft: -1
|
||||
hard: -1
|
||||
volumes:
|
||||
- ./elastic_conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
|
||||
|
||||
kibana:
|
||||
build: kibana
|
||||
|
3
elastic_conf/elasticsearch.yml
Normal file
3
elastic_conf/elasticsearch.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
cluster.name: wazuh-elastic
|
||||
network.host: 0.0.0.0
|
||||
|
Reference in New Issue
Block a user