Skip to content

Commit 9089bdf

Browse files
authored
Update lambda-ecr-container-images.mdx (#314)
1 parent f2957fd commit 9089bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/aws/tutorials/lambda-ecr-container-images.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Start LocalStack by executing the following command.
109109
Make sure to replace `<your-auth-token>` with your actual Auth Token:
110110

111111
```bash
112-
LOCALSTACK_AUTH_TOKEN=<your-auth-token> DEBUG=1 localstack start -d
112+
LOCALSTACK_AUTH_TOKEN=<your-auth-token> ECR_ENDPOINT_STRATEGY=off DEBUG=1 localstack start -d
113113
```
114114

115115
Once the LocalStack container is running, we can create a new ECR repository to store our container image.

0 commit comments

Comments
 (0)