add memlock to so-suricata container

This commit is contained in:
m0duspwnens
2024-04-24 15:35:17 -04:00
parent 13a6520a8c
commit 73b5bb1a75
3 changed files with 45 additions and 1 deletions

View File

@@ -24,6 +24,12 @@ so-suricata:
- {{ XTRAENV }}
{% endfor %}
{% endif %}
{% if DOCKER.containers['so-suricata'].ulimits %}
- ulimits:
{% for ULIMIT in DOCKER.containers['so-suricata'].ulimits %}
- {{ ULIMIT }}
{% endfor %}
{% endif %}
- binds:
- /opt/so/conf/suricata/suricata.yaml:/etc/suricata/suricata.yaml:ro
- /opt/so/conf/suricata/threshold.conf:/etc/suricata/threshold.conf:ro