Skip to content

Commit

Permalink
Update core/src/main/java/org/testcontainers/containers/ComposeContai…
Browse files Browse the repository at this point in the history
…ner.java

Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
  • Loading branch information
eddumelendez and kiview committed Jun 20, 2023
1 parent 39b37d7 commit a078382
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

/**
* Testcontainers implementation for Docker Compose V2. <br>
* It uses docker binary.
* It uses either Compose V2 contained within the Docker binary, or a containerised version of Compose V2.
*/
@Slf4j
public class ComposeContainer extends FailureDetectingExternalResource implements Startable {
Expand Down

0 comments on commit a078382

Please sign in to comment.