Fix the network name
This commit is contained in:
parent
21a9a631df
commit
3c2d016667
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue