Skip to content

Commit 0530c37

Browse files
committed
debug
1 parent 228e69f commit 0530c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
44
localstack:
55
container_name: localstack
6-
image: localstack/localstack:2.0.0
6+
image: localstack/localstack:3.0.0
77
ports:
88
- "127.0.0.1:5001:5001"
99
volumes:
@@ -19,7 +19,7 @@ services:
1919
- SERVICES=s3,sqs,kms
2020
- DEFAULT_REGION=us-east-1
2121
- AWS_DEFAULT_REGION=us-east-1
22-
- SQS_ENDPOINT_STRATEGY=off
22+
- SQS_ENDPOINT_STRATEGY=path
2323
healthcheck:
2424
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
2525
&& awslocal s3api wait bucket-exists --bucket test-optout-bucket

0 commit comments

Comments
 (0)