Skip to content

Commit 0236144

Browse files
added extra host in docker-compose.yml
1 parent 212310f commit 0236144

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ services:
2020
- BLOCK_TIME=1000ms
2121
- CLEAN=true
2222
command: bash scripts/test_node.sh
23+
extra_hosts:
24+
- "host.docker.internal:host-gateway"
2325
ports:
2426
- "26657:26657" # Tendermint RPC
2527
- "1317:1317" # Cosmos REST API

0 commit comments

Comments
 (0)