Skip to content

Commit

Permalink
Remove unnecessary localstack volume
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcasso committed Sep 18, 2021
1 parent 2dbef9e commit afe6c19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ version: '3.7'
volumes:
packages:
driver: local
localstack:
driver: local

services:
python:
Expand All @@ -31,5 +29,4 @@ services:
- SERVICES=s3
- DATA_DIR=/tmp/localstack
volumes:
- "localstack:/tmp/localstack"
- "./aws/:/docker-entrypoint-initaws.d/"

0 comments on commit afe6c19

Please sign in to comment.