How do I setup the docker compose version? #615
-
Hi, I want to know where can I setup the docker compose version when using DockerComposeEnvironment, because my current development environment is configured for docker compose v2 but it appears that testcontainers defaults to docker compose v1.29. Which leads to this error: If someone knows how to configure this, it would be of great help. My environment is: Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @walter-bd, would you mind sharing the logs of a test run? You can enable logs by exporting the |
Beta Was this translation helpful? Give feedback.
-
Docker compose version is automatically detected since version 9.12.0. |
Beta Was this translation helpful? Give feedback.
Docker compose version is automatically detected since version 9.12.0.
Testcontainers will use the
docker-compose
ordocker compose
binaries.