File tree Expand file tree Collapse file tree
roles/generate-jenkins/templates Expand file tree Collapse file tree 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
190190{% for item in opt_cap_add_param_vars %}
191191| `--cap-add={{ item.cap_add_var }}` | {{ item.desc }} |
192192{% endfor %}
193+ {% endif %}
193194{% if nonroot_supported is defined and nonroot_supported %}
194195| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
195196{% 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
159159{% for item in opt_cap_add_param_vars %}
160160| `--cap-add={{ item.cap_add_var }}` | {{ item.desc }} |
161161{% endfor %}
162+ {% endif %}
162163{% if nonroot_supported is defined and nonroot_supported %}
163164| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
164165{% endif %}
You can’t perform that action at this time.
0 commit comments