Skip to content

Commit 32bb5bb

Browse files
committed
debug
1 parent 0f1e3e3 commit 32bb5bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.3.0
6+
image: localstack/localstack:2.0.0
77
ports:
88
- "127.0.0.1:5001:5001"
99
volumes:
@@ -15,7 +15,7 @@ services:
1515
environment:
1616
- GATEWAY_LISTEN=0.0.0.0:5001
1717
- KMS_PROVIDER=local-kms
18-
- LOCALSTACK_HOST=localstack
18+
- LOCALSTACK_HOST=localstack:5001
1919
- SERVICES=s3,sqs,kms
2020
- DEFAULT_REGION=us-east-1
2121
- AWS_DEFAULT_REGION=us-east-1

0 commit comments

Comments
 (0)