mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-31 20:13:38 +00:00
Modify docker-compose.yml file
This commit is contained in:
@@ -4,17 +4,8 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
wazuh.agent:
|
wazuh.agent:
|
||||||
image: wazuh/wazuh-agent:4.10.1
|
image: wazuh/wazuh-agent:4.10.1
|
||||||
hostname: wazuh.agent
|
|
||||||
restart: always
|
restart: always
|
||||||
ulimits:
|
|
||||||
memlock:
|
|
||||||
soft: -1
|
|
||||||
hard: -1
|
|
||||||
nofile:
|
|
||||||
soft: 655360
|
|
||||||
hard: 655360
|
|
||||||
environment:
|
environment:
|
||||||
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>
|
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>
|
||||||
- WAZUH_AGENT_NAME=<AGENT_NAME>
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/wazuh-agent-conf:/wazuh-config-mount/etc/ossec.conf
|
- ./config/wazuh-agent-conf:/wazuh-config-mount/etc/ossec.conf
|
||||||
Reference in New Issue
Block a user