ACS-8405 Migrate to Docker Compose v2 (#676)

This commit is contained in:
Domenico Sibilio
2024-07-18 09:50:19 +02:00
committed by GitHub
parent 459e3f1424
commit 906a608ffa
7 changed files with 44 additions and 44 deletions

View File

@@ -82,8 +82,8 @@ install it separately after you've installed Docker.
4. Verify the installation of Docker Compose.
```
$ docker-compose -v
docker-compose version 1.22.0, build f46880f
$ docker compose version
Docker Compose version v2.28.1-desktop.1
```
## Generate your project from the archetypes