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 acba370 commit 3591801Copy full SHA for 3591801
sdk-tests/src/test/java/io/dapr/it/testcontainers/DaprContainerIT.java
@@ -73,7 +73,8 @@ public class DaprContainerIT {
73
.withAppName("dapr-app")
74
.withAppPort(8081)
75
.withAppHealthCheckPath("/actuator/health")
76
- .withAppChannelAddress("host.testcontainers.internal");
+ .withAppChannelAddress("host.testcontainers.internal")
77
+ .withNetworkAliases("dapr");
78
79
/**
80
* Sets the Dapr properties for the test.
0 commit comments