forked from wazuh/wazuh-docker
added hostname in order to keep compatibility with wazuhapp
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user