Version must be a string.
This commit is contained in:
parent
cee412b035
commit
93199b0d3a
|
@ -12,7 +12,7 @@
|
||||||
docker_compose:
|
docker_compose:
|
||||||
project_name: haproxy_haproxy
|
project_name: haproxy_haproxy
|
||||||
definition:
|
definition:
|
||||||
version: 3
|
version: '3'
|
||||||
services:
|
services:
|
||||||
haproxy_haproxy:
|
haproxy_haproxy:
|
||||||
networks: '{{ docker_swarm_haproxy_networks }}'
|
networks: '{{ docker_swarm_haproxy_networks }}'
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
docker_compose:
|
docker_compose:
|
||||||
project_name: haproxy_haproxy
|
project_name: haproxy_haproxy
|
||||||
definition:
|
definition:
|
||||||
version: 3
|
version: '3'
|
||||||
services:
|
services:
|
||||||
haproxy_haproxy:
|
haproxy_haproxy:
|
||||||
networks: '{{ docker_swarm_haproxy_additional_networks }}'
|
networks: '{{ docker_swarm_haproxy_additional_networks }}'
|
||||||
|
|
Loading…
Reference in New Issue