Fix some spacing.
This commit is contained in:
parent
43d21d16aa
commit
f0335a4140
|
@ -98,6 +98,7 @@ proxy:
|
||||||
display-name: {{ app.display_name }}
|
display-name: {{ app.display_name }}
|
||||||
description: {{ app.description }}
|
description: {{ app.description }}
|
||||||
{% if app.cmd is defined %}container-cmd: ["R", "-e {{ app.cmd }}"]{% endif %}
|
{% if app.cmd is defined %}container-cmd: ["R", "-e {{ app.cmd }}"]{% endif %}
|
||||||
|
|
||||||
container-image: {{ app.docker_image }}
|
container-image: {{ app.docker_image }}
|
||||||
container-memory: {{ app.docker_memory | default('2g') }}
|
container-memory: {{ app.docker_memory | default('2g') }}
|
||||||
{% if shinyproxy_version is version_compare('2.6.0', '>=') %}
|
{% if shinyproxy_version is version_compare('2.6.0', '>=') %}
|
||||||
|
|
Loading…
Reference in New Issue