Too many ".

This commit is contained in:
Andrea Dell'Amico 2022-04-27 19:42:47 +02:00
parent 595b33d30d
commit 00288a1ceb
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ proxy:
description: {{ app.description }}
{% if app.cmd is defined %}container-cmd: ["R", "-e {{ app.cmd }}"]{% endif %}
{% if app.full_cmd is defined %}container-cmd: ["{{ app.full_cmd }}"]{% endif %}
{% if app.full_cmd is defined %}container-cmd: [{{ app.full_cmd }}]{% endif %}
container-image: {{ app.docker_image }}
container-privileged: {{ app.container_privileged | default('false') }}