We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228e69f commit 0530c37Copy full SHA for 0530c37
docker-compose.yml
@@ -3,7 +3,7 @@ version: "3.8"
3
services:
4
localstack:
5
container_name: localstack
6
- image: localstack/localstack:2.0.0
+ image: localstack/localstack:3.0.0
7
ports:
8
- "127.0.0.1:5001:5001"
9
volumes:
@@ -19,7 +19,7 @@ services:
19
- SERVICES=s3,sqs,kms
20
- DEFAULT_REGION=us-east-1
21
- AWS_DEFAULT_REGION=us-east-1
22
- - SQS_ENDPOINT_STRATEGY=off
+ - SQS_ENDPOINT_STRATEGY=path
23
healthcheck:
24
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
25
&& awslocal s3api wait bucket-exists --bucket test-optout-bucket
0 commit comments