We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3482183 commit 0a6c4b8Copy full SHA for 0a6c4b8
tests/docker-compose.yml
@@ -10,6 +10,8 @@ services:
10
- DEBUG=${LOCALSTACK_DEBUG:-0}
11
- DEFAULT_REGION=${AWS_DEFAULT_REGION:-eu-west-1}
12
- LAMBDA_EXECUTOR=local
13
+ extra_hosts:
14
+ - "host.docker.internal:host-gateway"
15
volumes:
16
- "${LOCALSTACK_VOLUME_DIR:-../volume}:/var/lib/localstack"
17
- "/var/run/docker.sock:/var/run/docker.sock"
0 commit comments