Fix the compose syntax for the external network

This commit is contained in:
Andrea Dell'Amico 2020-10-12 18:22:49 +02:00
parent 2418b25e1e
commit 84afd8650e
1 changed files with 2 additions and 1 deletions

View File

@ -80,4 +80,5 @@ services:
networks:
{{ haproxy_docker_overlay_network }}:
esternal: True
esternal:
name: {{ haproxy_docker_overlay_network }}