Skip to content

Commit

Permalink
Update docker-compose.production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike5535 authored Sep 13, 2024
1 parent b6c593d commit 37daf18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,13 @@ services:
- KINESIS_PROVIDER=kinesalite

- DOCKER_HOST=unix:///var/run/docker.sock
- CLEAR_TMP_FOLDER=0
volumes:
# - ./data:/tmp/localstack
# - "/var/run/docker.sock:/var/run/docker.sock"
# - ./bin:/docker-entrypoint-initaws.d
- "./localstack_data:/var/lib/localstack" # Mounts the local directory to the container
- "/var/run/docker.sock:/var/run/docker.sock" # Mounts the docker socket
- './localstack:/tmp/localstack'
- '/var/run/docker.sock:/var/run/docker.sock
ports:
- "4566-4599:4566-4599"
Expand Down

0 comments on commit 37daf18

Please sign in to comment.