Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct command for docker compose
`docker-compose` (V1) has been deprecated since July 2023, and Compose V2 is its replacement. Since V2 was announced, it was always available as `docker compose` rather than the single command `docker-compose`. Modern installations of Docker no longer even ship with `docker-compose` itself.
- Loading branch information