Fix the portainer network name for haproxy
This commit is contained in:
parent
fb6a8f8ad1
commit
d393ca32f7
|
@ -15,7 +15,7 @@ haproxy_docker_restart_policy: 'on-failure'
|
|||
|
||||
haproxy_ha_with_keepalived: False
|
||||
haproxy_docker_swarm_networks:
|
||||
- 'portainer_{{ docker_swarm_portainer_network }}'
|
||||
- '{{ docker_swarm_portainer_network }}'
|
||||
haproxy_docker_swarm_additional_networks: []
|
||||
|
||||
haproxy_docker_swarm_haproxy_constraints:
|
||||
|
|
Loading…
Reference in New Issue