Update docker_compose docs to indicate that it is incompatible with Docker SDK for Python 7+. (#717)

This commit is contained in:
Felix Fontein 2023-12-09 14:40:15 +01:00 committed by GitHub
parent 907dc28f73
commit 80e39f84d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ options:
- Currently ignored for this module, but might suddenly be supported later on.
requirements:
- "L(Docker SDK for Python,https://docker-py.readthedocs.io/en/stable/) >= 1.8.0"
- "L(Docker SDK for Python,https://docker-py.readthedocs.io/en/stable/) >= 1.8.0, < 7. Docker SDK for Python 7+ is incompatible to docker-compose v1."
- "docker-compose >= 1.7.0, < 2.0.0"
- "Docker API >= 1.25"
- "PyYAML >= 3.11"