Fix the compose syntax for the external network
This commit is contained in:
parent
2418b25e1e
commit
84afd8650e
|
@ -80,4 +80,5 @@ services:
|
|||
|
||||
networks:
|
||||
{{ haproxy_docker_overlay_network }}:
|
||||
esternal: True
|
||||
esternal:
|
||||
name: {{ haproxy_docker_overlay_network }}
|
||||
|
|
Loading…
Reference in New Issue