Skip to content

Commit 1a41760

Browse files
ekzyisriccardobl
andauthored
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>
1 parent 3e29e04 commit 1a41760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,8 @@ services:
489489
env_file: *env_file
490490
command:
491491
- 'lightningd'
492+
- '--addr=0.0.0.0:9735'
493+
- '--announce-addr=cln:9735'
492494
- '--network=regtest'
493495
- '--alias=cln'
494496
- '--bitcoin-rpcconnect=bitcoin'
@@ -497,7 +499,6 @@ services:
497499
- '--large-channels'
498500
- '--rest-port=3010'
499501
- '--rest-host=0.0.0.0'
500-
- '--log-file=/home/clightning/.lightning/debug.log'
501502
expose:
502503
- "9735"
503504
ports:

0 commit comments

Comments
 (0)