mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-02 10:51:51 +02:00
DOCKER to DOCKERMERGED
This commit is contained in:
@@ -66,9 +66,9 @@ so-telegraf:
|
||||
- {{ XTRAHOST }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if DOCKER.containers['so-telegraf'].ulimits %}
|
||||
{% if DOCKERMERGED.containers['so-telegraf'].ulimits %}
|
||||
- ulimits:
|
||||
{% for ULIMIT in DOCKER.containers['so-telegraf'].ulimits %}
|
||||
{% for ULIMIT in DOCKERMERGED.containers['so-telegraf'].ulimits %}
|
||||
- {{ ULIMIT }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user