Add newlines to fix the syntax.

This commit is contained in:
Andrea Dell'Amico 2020-10-07 19:55:16 +02:00
parent ea6aa242b1
commit 5b7fc6145b
1 changed files with 4 additions and 0 deletions

View File

@ -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 %}