Skip to content

Commit 575c86f

Browse files
committed
Fix compose docs
1 parent 18e55b8 commit 575c86f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/docker_compose.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ accessible via the static factory methods from of the `Wait` class.
7272

7373
For instance, we can wait for exposed port and set a custom timeout:
7474
<!--codeinclude-->
75-
[Wait for the exposed port and use a custom timeout](../../core/src/test/java/org/testcontainers/junit/ComposeContainerWithWaitStrategies.java) inside_block:composeContainerWaitForPortWithTimeout
75+
[Wait for the exposed port and use a custom timeout](../../core/src/test/java/org/testcontainers/junit/ComposeContainerWithWaitStrategiesTest.java) inside_block:composeContainerWaitForPortWithTimeout
7676
<!--/codeinclude-->
7777

7878
Needless to say, we can define different strategies for each service in our Docker Compose setup.
@@ -81,7 +81,7 @@ For example, our Redis container can wait for a successful redis-cli command,
8181
while our db service waits for a specific log message:
8282

8383
<!--codeinclude-->
84-
[Wait for a custom command and a log message](../../core/src/test/java/org/testcontainers/junit/ComposeContainerWithWaitStrategies.java) inside_block:composeContainerWithCombinedWaitStrategies
84+
[Wait for a custom command and a log message](../../core/src/test/java/org/testcontainers/junit/ComposeContainerWithWaitStrategiesTest.java) inside_block:composeContainerWithCombinedWaitStrategies
8585
<!--/codeinclude-->
8686

8787

0 commit comments

Comments
 (0)