mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
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:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
version: '2'
|
version: '2.1'
|
||||||
services:
|
services:
|
||||||
{% for i in range(cluster_node_count|int) %}
|
{% for i in range(cluster_node_count|int) %}
|
||||||
{% set container_postfix = loop.index %}
|
{% set container_postfix = loop.index %}
|
||||||
|
|||||||
Reference in New Issue
Block a user