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 9ba4a40 commit 94c0668Copy full SHA for 94c0668
1 file changed
docker-compose.yml
@@ -3,7 +3,7 @@ version: "3.8"
3
services:
4
localstack:
5
container_name: localstack
6
- image: localstack/localstack:1.3.0
+ image: localstack/localstack:3.0.0
7
ports:
8
- "127.0.0.1:5001:5001"
9
volumes:
@@ -15,8 +15,6 @@ services:
15
environment:
16
- EDGE_PORT=5001
17
- KMS_PROVIDER=local-kms
18
- - LOCALSTACK_HOST=localstack
19
- - SQS_ENDPOINT_STRATEGY=path
20
healthcheck:
21
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
22
&& awslocal s3api wait bucket-exists --bucket test-optout-bucket
0 commit comments