Skip to content

Commit

Permalink
feat: enable cln grpc interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Oct 8, 2024
1 parent f05723a commit 3763de5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ services:
clnrest-port=3010
clnrest-protocol=http
clnrest-host=0.0.0.0
grpc-port=9736
volumes:
- "clightning_bitcoin_datadir:/root/.lightning"
- "bitcoin_datadir:/etc/bitcoin"
- "nbxplorer_datadir:/root/.nbxplorer"
ports:
- "9735:9735"
- "3010"
expose:
- "9736"
links:
- bitcoind

Expand Down

0 comments on commit 3763de5

Please sign in to comment.