compose: cln log file set param
- stdout and lightning.log file for persistence Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
parent
c2e1c07bb3
commit
102ebdcb66
@ -18,6 +18,8 @@ services:
|
||||
command:
|
||||
- --conf=/home/lightning/.lightning/regtest-config
|
||||
- --bitcoin-rpcconnect=bitcoind
|
||||
- --log-file=- # stdout
|
||||
- --log-file=/home/lightning/.lightning/regtest/lightning.log
|
||||
expose:
|
||||
- 19846
|
||||
ports:
|
||||
|
@ -24,6 +24,8 @@ services:
|
||||
command:
|
||||
- --conf=/home/lightning/.lightning/testnet-config
|
||||
- --bitcoin-rpcconnect=bitcoind
|
||||
- --log-file=- # stdout
|
||||
- --log-file=/home/lightning/.lightning/testnet/lightning.log
|
||||
volumes:
|
||||
- lightning_data:/home/lightning/.lightning
|
||||
expose:
|
||||
|
Loading…
x
Reference in New Issue
Block a user