mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-16 15:18:43 +02:00
allow user defined ulimits
This commit is contained in:
@@ -69,7 +69,7 @@ so-telegraf:
|
||||
{% if DOCKERMERGED.containers['so-telegraf'].ulimits %}
|
||||
- ulimits:
|
||||
{% for ULIMIT in DOCKERMERGED.containers['so-telegraf'].ulimits %}
|
||||
- {{ ULIMIT }}
|
||||
- {{ ULIMIT.name }}={{ ULIMIT.soft }}:{{ ULIMIT.hard }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
- watch:
|
||||
|
||||
Reference in New Issue
Block a user