Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2020-10-07 19:46:25 +02:00
parent f7b885c24b
commit ea6aa242b1
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ proxy:
{% if shinyproxy_as_docker_service %} {% if shinyproxy_as_docker_service %}
{% if shinyproxy_container_backend == 'docker-swarm' %} {% if shinyproxy_container_backend == 'docker-swarm' %}
container-network: shinyproxy_{{ shinyproxy_docker_network }} container-network: shinyproxy_{{ shinyproxy_docker_network }}
{% else } {% else %}
container-network: shinyproxy_{{ shinyproxy_docker_network }} container-network: shinyproxy_{{ shinyproxy_docker_network }}
{% endif %} {% endif %}
{% endif %} {% endif %}