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