Too many ".
This commit is contained in:
parent
595b33d30d
commit
00288a1ceb
|
@ -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') }}
|
||||
|
|
Loading…
Reference in New Issue