mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user