mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user