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 3bf0780 commit 74e72cfCopy full SHA for 74e72cf
ManagedCode.Database.Tests/TestContainers/CosmosTestContainer.cs
@@ -42,7 +42,7 @@ public CosmosTestContainer()
42
.WithPortBinding(10252, 10252)
43
.WithPortBinding(10253, 10253)
44
.WithPortBinding(10254, 10254)
45
- .WithPortBinding(8081, 8081)
+ // .WithPortBinding(8081, 8081)
46
.WithEnvironment("AZURE_COSMOS_EMULATOR_PARTITION_COUNT", "1")
47
.WithEnvironment("AZURE_COSMOS_EMULATOR_IP_ADDRESS_OVERRIDE", "127.0.0.1")
48
.WithEnvironment("AZURE_COSMOS_EMULATOR_ENABLE_DATA_PERSISTENCE", "false")
0 commit comments