mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 06:35:13 +01:00
expose cln nodes to localhost for ldk peer connections
This commit is contained in:
parent
5af47aa3f3
commit
6a29022335
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,7 @@ services:
|
|||
dev-bitcoind-poll=1
|
||||
ports:
|
||||
- "30992:9835" # api port
|
||||
- "30892:9735" # server port
|
||||
expose:
|
||||
- "9735" # server port
|
||||
- "9835" # api port
|
||||
|
@ -196,6 +197,7 @@ services:
|
|||
dev-bitcoind-poll=1
|
||||
ports:
|
||||
- "30993:9835" # api port
|
||||
- "30893:9735" # api port
|
||||
expose:
|
||||
- "9735" # server port
|
||||
- "9835" # api port
|
||||
|
|
Loading…
Add table
Reference in a new issue