Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwiederin committed Nov 6, 2023
1 parent 6cec3c2 commit 391114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/kotlin/ldk-node-jvm/lib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
[
"-printtoconsole",
"-regtest=1",
"-rpcallowip=0.0.0.0/0", # Adjust this to your Docker network range
"-rpcallowip=0.0.0.0/0",
"-rpcbind=0.0.0.0",
"-rpcuser=user",
"-rpcpassword=pass",
Expand Down

0 comments on commit 391114f

Please sign in to comment.