Switch to using docker compose v2

Azure recently dropped the `docker-compose` standalone executable (aka
docker-compose v1), and since it's not receiving updates anymore, let's
get with the times and update to v2 as well.
This commit is contained in:
Will Greenberg
2024-04-02 12:36:29 -07:00
parent 248455a92b
commit 30e7f23360
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ Running automated integration tests
Generally it is sufficient to open a pull request and let Github and Azure Pipelines run
integration tests for you. However, you may want to run them locally before submitting
your pull request. You need Docker and docker-compose installed and working.
your pull request. You need Docker and docker-compose (v1 or v2) installed and working.
The tox environment `integration` will setup `Pebble`_, the Let's Encrypt ACME CA server
for integration testing, then launch the Certbot integration tests.