Skip to content

Commit a621ef3

Browse files
committed
Update daemon RPC address in docker-compose.yml to new IP
1 parent a97f060 commit a621ef3

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=172.17.0.1:8332"
25+
- "--daemon-rpc-addr=172.239.50.7: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)