Do not grant localstack access to host's docker.sock (#448)

* Do not grant localstack access to host's docker.sock

* Remove access to host's docker socket as requested by @karolsojko
This commit is contained in:
mfridge
2023-02-22 12:15:34 +01:00
committed by GitHub
parent 8a63c6768b
commit 815d5460e7
2 changed files with 0 additions and 4 deletions

View File

@@ -20,12 +20,10 @@ services:
restart: unless-stopped
environment:
- SERVICES=sns,sqs
- DOCKER_HOST=unix:///var/run/docker.sock
- HOSTNAME_EXTERNAL=localstack
- LS_LOG=warn
volumes:
- ./localstack_bootstrap.sh:/etc/localstack/init/ready.d/localstack_bootstrap.sh
- /var/run/docker.sock:/var/run/docker.sock
networks:
- standardnotes_self_hosted