mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
feat: enable cln grpc interface
This commit is contained in:
parent
fccaa7b06f
commit
1538884868
@ -21,6 +21,7 @@ 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"
|
||||
@ -28,6 +29,8 @@ services:
|
||||
ports:
|
||||
- "9735:9735"
|
||||
- "3010"
|
||||
expose:
|
||||
- "9736"
|
||||
links:
|
||||
- bitcoind
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user