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 1fa8737 commit f1721bbCopy full SHA for f1721bb
1 file changed
internal-packages/testcontainers/src/utils.ts
@@ -162,6 +162,7 @@ export async function createElectricContainer(
162
.withNetwork(network)
163
.withEnvironment({
164
DATABASE_URL: databaseUrl,
165
+ ELECTRIC_INSECURE: "true",
166
})
167
.start();
168
0 commit comments