Skip to content

Commit 234686c

Browse files
committed
Update docker-compose.yml to change daemon RPC address to host.docker.internal
1 parent ee56ccd commit 234686c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- "--db-dir=/data/db"
2323
- "--daemon-dir=/bitcoin"
2424
- "--blocks-dir=/bitcoin-blocks"
25-
- "--daemon-rpc-addr=172.18.0.1:8332"
25+
- "--daemon-rpc-addr=host.docker.internal:8332"
2626
- "--http-addr=0.0.0.0:3000"
2727
- "--electrum-rpc-addr=0.0.0.0:50001"
2828
- "--monitoring-addr=0.0.0.0:4224"

0 commit comments

Comments
 (0)