Skip to content

Commit 94c0668

Browse files
committed
update image
1 parent 9ba4a40 commit 94c0668

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 3 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:1.3.0
6+
image: localstack/localstack:3.0.0
77
ports:
88
- "127.0.0.1:5001:5001"
99
volumes:
@@ -15,8 +15,6 @@ services:
1515
environment:
1616
- EDGE_PORT=5001
1717
- KMS_PROVIDER=local-kms
18-
- LOCALSTACK_HOST=localstack
19-
- SQS_ENDPOINT_STRATEGY=path
2018
healthcheck:
2119
test: awslocal s3api wait bucket-exists --bucket test-core-bucket
2220
&& awslocal s3api wait bucket-exists --bucket test-optout-bucket

0 commit comments

Comments
 (0)