We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b245c46 commit ed6a606Copy full SHA for ed6a606
templates/docker-compose.yml.j2
@@ -115,6 +115,12 @@ services:
115
{{ param }}: {{ value }}
116
{% endfor %}
117
{% endif %}
118
+{% if container.ulimits.memlock is defined %}
119
+ memlock:
120
+{% for param, value in container.ulimits.memlock.items() %}
121
+ {{ param }}: {{ value }}
122
+{% endfor %}
123
+{% endif %}
124
125
{% if container.tmpfs is defined %}
126
tmpfs:
0 commit comments