Fix the syntax for the external network.
This commit is contained in:
parent
bae888f4a4
commit
852b16aee2
|
@ -54,4 +54,5 @@ volumes:
|
||||||
networks:
|
networks:
|
||||||
{{ docker_swarm_portainer_network }}:
|
{{ docker_swarm_portainer_network }}:
|
||||||
haproxy-public:
|
haproxy-public:
|
||||||
external: True
|
external:
|
||||||
|
name: haproxy-public
|
Loading…
Reference in New Issue