mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 06:11:57 +00:00
9 lines
285 B
YAML
9 lines
285 B
YAML
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
|
services:
|
|
wazuh.agent:
|
|
image: wazuh/wazuh-agent:5.0.0
|
|
restart: always
|
|
environment:
|
|
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>
|
|
volumes:
|
|
- ./config/wazuh-agent-conf:/wazuh-config-mount/etc/ossec.conf |