forked from wazuh/wazuh-docker
Switch to OSS images and delete XPACK
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
wazuh:
|
||||
image: wazuh/wazuh:3.11.2_7.5.1
|
||||
image: wazuh/wazuh:3.11.2_7.5.1-oss
|
||||
hostname: wazuh-manager
|
||||
restart: always
|
||||
ports:
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- "55000:55000"
|
||||
|
||||
elasticsearch:
|
||||
image: wazuh/wazuh-elasticsearch:3.11.2_7.5.1
|
||||
image: wazuh/wazuh-elasticsearch:3.11.2_7.5.1-oss
|
||||
hostname: elasticsearch
|
||||
restart: always
|
||||
ports:
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
mem_limit: 2g
|
||||
|
||||
kibana:
|
||||
image: wazuh/wazuh-kibana:3.11.2_7.5.1
|
||||
image: wazuh/wazuh-kibana:3.11.2_7.5.1-oss
|
||||
hostname: kibana
|
||||
restart: always
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user