mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 21:13:30 +00:00
13 lines
317 B
YAML
13 lines
317 B
YAML
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
|
version: '3'
|
|
|
|
services:
|
|
generator:
|
|
image: wazuh/wazuh-cert-tool:5.0.0
|
|
hostname: wazuh-cert-tool
|
|
container_name: wazuh-cert-tool
|
|
volumes:
|
|
- ./config/wazuh_indexer_ssl_certs/:/certificates/
|
|
- ./config/certs.yml:/config/certs.yml
|
|
|