Modify docker-compose.yml file

This commit is contained in:
vcerenu
2025-05-07 12:28:29 -03:00
parent 097c198e0c
commit e4cdd20c6a

View File

@@ -4,17 +4,8 @@ version: '3.7'
services:
wazuh.agent:
image: wazuh/wazuh-agent:4.10.1
hostname: wazuh.agent
restart: always
ulimits:
memlock:
soft: -1
hard: -1
nofile:
soft: 655360
hard: 655360
environment:
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>
- WAZUH_AGENT_NAME=<AGENT_NAME>
volumes:
- ./config/wazuh-agent-conf:/wazuh-config-mount/etc/ossec.conf