File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '2'
33
44services :
55 wazuh :
6- build : wazuh
6+ image : wazuh/wazuh:3.13.1_7.8.0
77 hostname : wazuh-manager
88 restart : always
99 ports :
@@ -13,7 +13,7 @@ services:
1313 - " 55000:55000"
1414
1515 elasticsearch :
16- build : elasticsearch
16+ image : wazuh/wazuh- elasticsearch:3.13.1_7.8.0
1717 hostname : elasticsearch
1818 restart : always
1919 ports :
@@ -30,7 +30,7 @@ services:
3030 mem_limit : 2g
3131
3232 kibana :
33- build : kibana
33+ image : wazuh/wazuh- kibana:3.13.1_7.8.0
3434 hostname : kibana
3535 restart : always
3636 depends_on :
@@ -40,7 +40,7 @@ services:
4040 - wazuh:wazuh
4141
4242 nginx :
43- build : nginx
43+ image : wazuh/wazuh- nginx:3.13.1_7.8.0
4444 hostname : nginx
4545 restart : always
4646 environment :
@@ -52,4 +52,4 @@ services:
5252 depends_on :
5353 - kibana
5454 links :
55- - kibana:kibana
55+ - kibana:kibana
You can’t perform that action at this time.
0 commit comments