We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c56a4 commit 048a594Copy full SHA for 048a594
core/src/test/java/org/testcontainers/containers/ComposeContainerDocTest.java
@@ -14,8 +14,11 @@
14
public class ComposeContainerDocTest {
15
16
private static final int REDIS_PORT = 6379;
17
+
18
private static final int POSTGRES_PORT = 5432;
19
20
private static final String DOCKER_COMPOSE_FILE_PATH = "src/test/resources/v2-compose-test-doc.yml";
21
22
public static final String ENV_FILE_NAME = "v2-compose-test-doc.env";
23
24
@Test
0 commit comments