We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1e3e3 commit 32bb5bbCopy full SHA for 32bb5bb
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:2.3.0
+ image: localstack/localstack:2.0.0
7
ports:
8
- "127.0.0.1:5001:5001"
9
volumes:
@@ -15,7 +15,7 @@ services:
15
environment:
16
- GATEWAY_LISTEN=0.0.0.0:5001
17
- KMS_PROVIDER=local-kms
18
- - LOCALSTACK_HOST=localstack
+ - LOCALSTACK_HOST=localstack:5001
19
- SERVICES=s3,sqs,kms
20
- DEFAULT_REGION=us-east-1
21
- AWS_DEFAULT_REGION=us-east-1
0 commit comments