Skip to content
2 changes: 1 addition & 1 deletion docker/infrastructure.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
localstack:
container_name: "localstack-main"
image: localstack/localstack:latest
image: localstack/localstack:4.14.0
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
- "127.0.0.1:4510-4559:4510-4559" # external services port range
Expand Down
Loading