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.
2 parents 3060221 + a96b057 commit 784e566Copy full SHA for 784e566
1 file changed
src/container-integration-test/sqs.yml
@@ -1,7 +1,8 @@
1
services:
2
3
localstack:
4
- image: localstack/localstack:3
+ # We need to pin the tag to 4.4.0 because after that version LocalStack has become a paid service for commercial use.
5
+ image: localstack/localstack:4.4.0
6
ports:
7
- '4566-4597:4566-4597'
8
- "8000:5000"
0 commit comments