forked from wazuh/wazuh-docker
Upgrade to 3.9.3_6.8.1 version (#207)
This commit is contained in:
committed by
Jesús Linares
parent
c9ed007771
commit
59f60f63b6
+4
-4
@@ -3,7 +3,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
wazuh:
|
||||
image: wazuh/wazuh:3.9.2_6.8.0
|
||||
image: wazuh/wazuh:3.9.3_6.8.1
|
||||
hostname: wazuh-manager
|
||||
restart: always
|
||||
ports:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
depends_on:
|
||||
- logstash
|
||||
logstash:
|
||||
image: wazuh/wazuh-logstash:3.9.2_6.8.0
|
||||
image: wazuh/wazuh-logstash:3.9.3_6.8.1
|
||||
hostname: logstash
|
||||
restart: always
|
||||
links:
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
- ELASTICSEARCH_URL=https://elasticsearch:9200
|
||||
- SECURITY_CA_PEM=server.TEST-CA-signed.pem
|
||||
elasticsearch:
|
||||
image: wazuh/wazuh-elasticsearch:3.9.2_6.8.0
|
||||
image: wazuh/wazuh-elasticsearch:3.9.3_6.8.1
|
||||
hostname: elasticsearch
|
||||
restart: always
|
||||
ports:
|
||||
@@ -69,7 +69,7 @@ services:
|
||||
hard: -1
|
||||
mem_limit: 2g
|
||||
kibana:
|
||||
image: wazuh/wazuh-kibana:3.9.2_6.8.0
|
||||
image: wazuh/wazuh-kibana:3.9.3_6.8.1
|
||||
hostname: kibana
|
||||
restart: always
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user