Update License and copyright, thanks @jlruizmlg

This commit is contained in:
Miguelangel Freitas
2018-05-16 02:39:54 +00:00
parent 290ea29c1d
commit ee3ff4847b
13 changed files with 18 additions and 3 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
version: '2'
services:
@@ -48,12 +49,12 @@ services:
- cluster.name=wazuh
- network.host=0.0.0.0
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms4g -Xmx4g"
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
ulimits:
memlock:
soft: -1
hard: -1
mem_limit: 8g
mem_limit: 2g
# volumes:
# - my-path:/usr/share/elasticsearch/data:Z
networks: