mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Merge pull request #9735 from jbradberry/update-docker-file-version
Update the versioning on the docker-compose template SUMMARY Some versions of docker-compose will break with the new addition of name parameters without this. ISSUE TYPE Bugfix Pull Request COMPONENT NAME Installer Reviewed-by: Shane McDonald <me@shanemcd.com> Reviewed-by: Bianca Henderson <beeankha@gmail.com> Reviewed-by: Christian Adams <rooftopcellist@gmail.com>
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