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