Skip to content

Commit

Permalink
dev: fix localstack issue localstack/localstack#8267
Browse files Browse the repository at this point in the history
  • Loading branch information
widmogrod committed Jun 1, 2024
1 parent b90c3bd commit faa1c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
localstack:
container_name: "${LOCALSTACK_DOCKER_NAME-localstack_main}"
image: localstack/localstack:2.3.1
image: localstack/localstack:3.4.0
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
- "127.0.0.1:4510-4559:4510-4559" # external services port range
Expand Down

0 comments on commit faa1c20

Please sign in to comment.