Skip to content

Commit

Permalink
Make SQS happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesgaroux committed Jun 4, 2024
1 parent c5e4bcc commit e36fc15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snapshots/snapshot_generator/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ version: "3.3"

services:
sqs:
image: "760097843905.dkr.ecr.eu-west-1.amazonaws.com/localstack/localstack"
image: "public.ecr.aws/localstack/localstack:3.0.0"
environment:
- SERVICES=sqs
- ALLOW_NONSTANDARD_REGIONS=1
ports:
- "4566:4566"
s3:
Expand Down

0 comments on commit e36fc15

Please sign in to comment.