Skip to content

Commit b41b8d0

Browse files
committed
Update docker-compose.yml to change daemon RPC address to specific internal IP
1 parent 8f5008a commit b41b8d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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=host.docker.internal:8332"
25+
- "--daemon-rpc-addr=172.18.0.1: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)