CLN: Use port 9735 and log to stdout (#1701)

* use port 9735 for cln node

this makes it consistent with the rest of the environment (default port for regtest is 19846)

* cln log to stdout

---------

Co-authored-by: Riccardo Balbo <riccardo0blb@gmail.com>
This commit is contained in:
ekzyis 2024-12-10 16:14:18 +01:00 committed by GitHub
parent 3e29e04b01
commit 1a41760915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -489,6 +489,8 @@ services:
env_file: *env_file
command:
- 'lightningd'
- '--addr=0.0.0.0:9735'
- '--announce-addr=cln:9735'
- '--network=regtest'
- '--alias=cln'
- '--bitcoin-rpcconnect=bitcoin'
@ -497,7 +499,6 @@ services:
- '--large-channels'
- '--rest-port=3010'
- '--rest-host=0.0.0.0'
- '--log-file=/home/clightning/.lightning/debug.log'
expose:
- "9735"
ports: