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