Another attempt to fix the haproxy networks
This commit is contained in:
parent
48d659977e
commit
6aeb251a9f
|
@ -12,6 +12,7 @@
|
|||
docker_compose:
|
||||
project_name: haproxy_haproxy
|
||||
definition:
|
||||
version: 3
|
||||
services:
|
||||
haproxy_haproxy:
|
||||
networks: '{{ docker_swarm_haproxy_networks }}'
|
||||
|
@ -21,6 +22,7 @@
|
|||
docker_compose:
|
||||
project_name: haproxy_haproxy
|
||||
definition:
|
||||
version: 3
|
||||
services:
|
||||
haproxy_haproxy:
|
||||
networks: '{{ docker_swarm_haproxy_additional_networks }}'
|
||||
|
|
Loading…
Reference in New Issue