adds memlock to ulimits
This commit is contained in:
parent
b245c469cd
commit
ed6a6064c6
@ -115,6 +115,12 @@ services:
|
||||
{{ param }}: {{ value }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if container.ulimits.memlock is defined %}
|
||||
memlock:
|
||||
{% for param, value in container.ulimits.memlock.items() %}
|
||||
{{ param }}: {{ value }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if container.tmpfs is defined %}
|
||||
tmpfs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user