File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
roles/generate-jenkins/templates Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ Containers are configured using parameters passed at runtime (such as those abov
190
190
{% for item in opt_cap_add_param_vars %}
191
191
| `--cap-add={{ item.cap_add_var }}` | {{ item.desc }} |
192
192
{% endfor %}
193
+ {% endif %}
193
194
{% if nonroot_supported is defined and nonroot_supported %}
194
195
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
195
196
{% endif %}
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ Containers are configured using parameters passed at runtime (such as those abov
159
159
{% for item in opt_cap_add_param_vars %}
160
160
| `--cap-add={{ item.cap_add_var }}` | {{ item.desc }} |
161
161
{% endfor %}
162
+ {% endif %}
162
163
{% if nonroot_supported is defined and nonroot_supported %}
163
164
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
164
165
{% endif %}
You can’t perform that action at this time.
0 commit comments