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 61dd2e1 commit 6cc0fe8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,12 @@ 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:/tmp/localstack'
- '/var/run/docker.sock:/var/run/docker.sock
- './localstack:/var/lib/localstack'
- "/var/run/docker.sock:/var/run/docker.sock"
ports:
- "4566-4599:4566-4599"

Expand Down

0 comments on commit 6cc0fe8

Please sign in to comment.