Fix the command that connects shinyproxy to the haproxy-public network

This commit is contained in:
Andrea Dell'Amico 2020-10-12 19:59:23 +02:00
parent f747135dd9
commit c209878c09
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
- '{{ shinyproxy_as_docker_src_dir }}/docker-shinyproxy-stack.yml'
- name: Connect the shinyproxy serivce to the haproxy-public network
command: docker service update --network-add haproxy-public {{ shinyproxy_as_docker_service_name }}_{{ shinyproxy_docker_network }} --update-delay 30s --update-parallelism 1
command: docker service update --network-add haproxy-public {{ shinyproxy_as_docker_service_name }}_{{ shinyproxy_as_docker_service_name }} --update-delay 30s --update-parallelism 1
run_once: True
ignore_errors: True