Skip to content

Commit 0a6c4b8

Browse files
1 parent 3482183 commit 0a6c4b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ services:
1010
- DEBUG=${LOCALSTACK_DEBUG:-0}
1111
- DEFAULT_REGION=${AWS_DEFAULT_REGION:-eu-west-1}
1212
- LAMBDA_EXECUTOR=local
13+
extra_hosts:
14+
- "host.docker.internal:host-gateway"
1315
volumes:
1416
- "${LOCALSTACK_VOLUME_DIR:-../volume}:/var/lib/localstack"
1517
- "/var/run/docker.sock:/var/run/docker.sock"

0 commit comments

Comments
 (0)