diff --git a/tasks/portainer.yml b/tasks/portainer.yml index 6784273..c77b043 100644 --- a/tasks/portainer.yml +++ b/tasks/portainer.yml @@ -15,7 +15,7 @@ - /srv/portainer/portainer-agent-stack.yml run_once: True - - name: Connect the portainer service to the docker network + - name: Connect the portainer service to the haproxy-public network shell: docker service update --network-add haproxy-public portainer_portainer --update-delay 30s --update-parallelism 1 ignore_errors: True