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