Skip to content

Commit

Permalink
Merge pull request #60 from nationalarchives/chore/localstack-v1-comp…
Browse files Browse the repository at this point in the history
…atibility-docker-compose

Update docker configuration for localstack
  • Loading branch information
dragon-dxw authored Mar 7, 2023
2 parents bdbde24 + 4533ae5 commit a9a8577
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 @@ -10,7 +10,7 @@ services:
ports:
- 4566:4566
volumes:
- "${TMPDIR:-/tmp}/localstack:/tmp/localstack"
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
- "/var/run/docker.sock:/var/run/docker.sock"

networks:
Expand Down

0 comments on commit a9a8577

Please sign in to comment.