mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 06:11:57 +00:00
12 lines
316 B
YAML
12 lines
316 B
YAML
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
|
version: '3'
|
|
|
|
services:
|
|
generator:
|
|
image: wazuh/wazuh-cert-tool:6.0.0
|
|
hostname: wazuh-cert-tool
|
|
container_name: wazuh-cert-tool
|
|
volumes:
|
|
- ./config/wazuh_indexer_ssl_certs/:/certificates/
|
|
- ./config/certs.yml:/config/certs.yml
|