mirror of
https://github.com/valitydev/wazuh-docker.git
synced 2024-11-06 01:35:18 +00:00
Bump docker-compose
This commit is contained in:
parent
3b1814ec7b
commit
ced83faef0
@ -3,7 +3,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
wazuh:
|
||||
image: wazuh/wazuh:3.11.3_7.5.2
|
||||
image: wazuh/wazuh:3.11.4_7.6.1
|
||||
hostname: wazuh-manager
|
||||
restart: always
|
||||
ports:
|
||||
@ -13,7 +13,7 @@ services:
|
||||
- "55000:55000"
|
||||
|
||||
elasticsearch:
|
||||
image: wazuh/wazuh-elasticsearch:3.11.3_7.5.2
|
||||
image: wazuh/wazuh-elasticsearch:3.11.4_7.6.1
|
||||
hostname: elasticsearch
|
||||
restart: always
|
||||
ports:
|
||||
@ -30,7 +30,7 @@ services:
|
||||
mem_limit: 2g
|
||||
|
||||
kibana:
|
||||
image: wazuh/wazuh-kibana:3.11.3_7.5.2
|
||||
image: wazuh/wazuh-kibana:3.11.4_7.6.1
|
||||
hostname: kibana
|
||||
restart: always
|
||||
depends_on:
|
||||
@ -38,8 +38,9 @@ services:
|
||||
links:
|
||||
- elasticsearch:elasticsearch
|
||||
- wazuh:wazuh
|
||||
|
||||
nginx:
|
||||
image: wazuh/wazuh-nginx:3.11.3_7.5.2
|
||||
image: wazuh/wazuh-nginx:3.11.4_7.6.1
|
||||
hostname: nginx
|
||||
restart: always
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user