forked from wazuh/wazuh-docker
update README.md
This commit is contained in:
@@ -157,6 +157,7 @@ In order to persist Elasticsearch data even after removing the Elasticsearch con
|
|||||||
```yml
|
```yml
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: wazuh/wazuh-elasticsearch:latest
|
image: wazuh/wazuh-elasticsearch:latest
|
||||||
|
hostname: elasticsearch
|
||||||
command: elasticsearch -Des.network.host=_non_loopback_ -Des.cluster.name: my-cluster
|
command: elasticsearch -Des.network.host=_non_loopback_ -Des.cluster.name: my-cluster
|
||||||
ports:
|
ports:
|
||||||
- "9200:9200"
|
- "9200:9200"
|
||||||
@@ -204,8 +205,6 @@ services:
|
|||||||
command: -f /etc/logstash/conf.d/
|
command: -f /etc/logstash/conf.d/
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
# volumes_from:
|
|
||||||
# - wazuh
|
|
||||||
networks:
|
networks:
|
||||||
- docker_elk
|
- docker_elk
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user