Merge pull request #29 from ironicbadger/version_removal

resolve docker-compose.yml version is obsolete
This commit is contained in:
Alex Kretzschmar 2024-05-29 14:56:39 -04:00 committed by GitHub
commit 447db552cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
{{ ansible_managed | comment }}
---
version: "{{ compose_schema_version | default('2') }}"
services:
{% for container in containers %}
{% if container.active %}