mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 13:03:20 +00:00
11 lines
302 B
YAML
11 lines
302 B
YAML
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
|
version: '3.7'
|
|
|
|
services:
|
|
wazuh.agent:
|
|
image: wazuh/wazuh-agent:4.12.1
|
|
restart: always
|
|
environment:
|
|
- WAZUH_MANAGER_SERVER=<WAZUH_MANAGER_IP>
|
|
volumes:
|
|
- ./config/wazuh-agent-conf:/wazuh-config-mount/etc/ossec.conf |