-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
the docker-compose is fixed at 1.24.1. This would be nice to let user set the version. This allows to deal with new docker-compose syntaxes
testcontainers-java/core/src/main/java/org/testcontainers/containers/DockerComposeContainer.java
Line 611 in 8965712
| public static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("docker/compose:1.24.1"); |
skapral, jreznot and aguida-dinara