testcontainers-python
testcontainers-python copied to clipboard
Update Docker Compose call when launching a Docker Compose command
Hi everyone!
While I was trying to create a DockerCompose object, I have noticed that testcontainers tries to launch a deprecated docker-compose
command, rather than docker compose
. I think the project should move to the latter as it is the currently supported version of the command.