Skip to content

Commit a078382

Browse files
eddumelendezkiview
andauthored
Update core/src/main/java/org/testcontainers/containers/ComposeContainer.java
Co-authored-by: Kevin Wittek <[email protected]>
1 parent 39b37d7 commit a078382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/testcontainers/containers/ComposeContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
/**
3030
* Testcontainers implementation for Docker Compose V2. <br>
31-
* It uses docker binary.
31+
* It uses either Compose V2 contained within the Docker binary, or a containerised version of Compose V2.
3232
*/
3333
@Slf4j
3434
public class ComposeContainer extends FailureDetectingExternalResource implements Startable {

0 commit comments

Comments
 (0)