added hostname in order to keep compatibility with wazuhapp

This commit is contained in:
Jose Luis
2017-02-02 15:41:36 +01:00
committed by GitHub
parent 33fa95da11
commit b4ba67f7bc

View File

@@ -3,6 +3,7 @@ version: '2'
services: services:
wazuh: wazuh:
build: wazuh/ build: wazuh/
hostname: wazuh-manager
# mem_limit: 3g # mem_limit: 3g
ports: ports:
- "1514/udp:1514/udp" - "1514/udp:1514/udp"