Fix the network name

This commit is contained in:
Andrea Dell'Amico 2020-10-07 19:44:06 +02:00
parent 21a9a631df
commit 3c2d016667
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ proxy:
container-memory: {{ app.docker_memory | default('2g') }}
{% if shinyproxy_as_docker_service %}
container-network: {{ shinyproxy_docker_network }}
container-network: shinyproxy_{{ shinyproxy_docker_network }}
{% endif %}
{% if app.groups is defined %}