Fix the command that connects shinyproxy to the haproxy-public network
This commit is contained in:
parent
f747135dd9
commit
c209878c09
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue