Skip to content

Commit

Permalink
chore(ops): update lossless and turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoublejay committed Dec 4, 2024
1 parent fba4a38 commit b5a81ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testcontainers/src/LocalstackContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class LocalstackContainer extends GenericContainer {
public async start(): Promise<StartedLocalstackContainer> {
this.withStartupTimeout(120_000)
.withEnvironment({
MAIN_CONTAINER_NAME: this.opts.name!,
MAIN_CONTAINER_NAME: this.createOpts.name!,
DEBUG: "1",
DEFAULT_REGION: this.region,
})
Expand Down

0 comments on commit b5a81ae

Please sign in to comment.