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