We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce6645 commit cac07efCopy full SHA for cac07ef
scripts/generators/docker-compose/createComposeFile.py
@@ -92,7 +92,7 @@ def main():
92
93
template = env.get_template(template_path)
94
95
- rendered_content = render_compose_file(template, data, defaultValues)
+ rendered_content = render_compose_file(template, yaml_data, defaultValues)
96
97
with open(output_path, 'w') as output_file:
98
output_file.write(rendered_content)
0 commit comments