Deprecate Docker Compose v1. (#833)

This commit is contained in:
Felix Fontein
2024-05-04 15:15:53 +02:00
committed by GitHub
parent 368d616229
commit 30faf0b8e6
5 changed files with 21 additions and 4 deletions
+5
View File
@@ -14,6 +14,11 @@ module: docker_compose
short_description: Manage multi-container Docker applications with Docker Compose V1
deprecated:
removed_in: 4.0.0
why: This module uses docker-compose v1, which is End of Life since July 2022.
alternative: Migrate to M(community.docker.docker_compose_v2)
author: "Chris Houseknecht (@chouseknecht)"
description: