Update the versioning on the docker-compose template

Some versions of docker-compose will break with the new addition of
name parameters without this.
This commit is contained in:
Jeff Bradberry 2021-03-29 10:39:22 -04:00
parent a2e63bd1e2
commit b6ccd02f3d

View File

@ -1,5 +1,5 @@
---
version: '2'
version: '2.1'
services:
{% for i in range(cluster_node_count|int) %}
{% set container_postfix = loop.index %}