Skip to content

Commit

Permalink
Pass localstack config validate
Browse files Browse the repository at this point in the history
  • Loading branch information
brainstorm committed Nov 29, 2023
1 parent c8297e2 commit da57062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/workload/stateful/filemanager/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ services:
- "5432:5432"

localstack:
container_name: localstack
image: localstack/localstack:3.0.0
container_name: localstack-main
image: localstack/localstack:3.0.1
ports:
- "127.0.0.1:4566:4566" # LocalStack Gateway
- "127.0.0.1:4510-4559:4510-4559" # external services port range
Expand All @@ -23,4 +23,4 @@ services:
- DOCKER_HOST=unix:///var/run/docker.sock
volumes:
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"
- "/var/run/docker.sock:/var/run/docker.sock"

0 comments on commit da57062

Please sign in to comment.