Add newlines to fix the syntax.
This commit is contained in:
parent
ea6aa242b1
commit
5b7fc6145b
|
@ -72,9 +72,13 @@ proxy:
|
|||
container-memory: {{ app.docker_memory | default('2g') }}
|
||||
{% if shinyproxy_as_docker_service %}
|
||||
{% if shinyproxy_container_backend == 'docker-swarm' %}
|
||||
|
||||
container-network: shinyproxy_{{ shinyproxy_docker_network }}
|
||||
|
||||
{% else %}
|
||||
|
||||
container-network: shinyproxy_{{ shinyproxy_docker_network }}
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if app.groups is defined %}
|
||||
|
|
Loading…
Reference in New Issue