mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03: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:
parent
a2e63bd1e2
commit
b6ccd02f3d
@ -1,5 +1,5 @@
|
||||
---
|
||||
version: '2'
|
||||
version: '2.1'
|
||||
services:
|
||||
{% for i in range(cluster_node_count|int) %}
|
||||
{% set container_postfix = loop.index %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user