You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that some users are willing to use the bitcoind packaged in docker as a source for external apps running on the docker host (e.g;: LN node, etc).
May be we could expose the port of the RPC API to the localhost, with something like
bitcoind:
ports:
- "127.0.0.1:28256:28256"
The text was updated successfully, but these errors were encountered:
It seems that some users are willing to use the bitcoind packaged in docker as a source for external apps running on the docker host (e.g;: LN node, etc).
May be we could expose the port of the RPC API to the localhost, with something like
The text was updated successfully, but these errors were encountered: