mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -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:
commit
03ab9f4e2a
@ -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