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