Skip to content

Commit

Permalink
perf(docker): use s3-only image from localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Jan 15, 2025
1 parent abce184 commit 282c4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:

# ref link: https://github.com/localstack/localstack/blob/master/docker-compose.yml
localstack:
image: localstack/localstack:1.4.0
image: localstack/localstack:s3-latest
ports:
- 4566:4566
# environment variables details: https://docs.localstack.cloud/references/configuration/
Expand Down

0 comments on commit 282c4f6

Please sign in to comment.