mid code commit
This commit is contained in:
5
apps/core-lightning/Dockerfile
Normal file
5
apps/core-lightning/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
# Core Lightning - uses official image
|
||||
FROM elementsproject/lightningd:v23.08.2
|
||||
|
||||
# Default configuration is in the image
|
||||
# No additional setup needed
|
||||
@@ -25,9 +25,9 @@ app:
|
||||
apparmor_profile: core-lightning
|
||||
|
||||
ports:
|
||||
- host: 9735
|
||||
- host: 9736
|
||||
container: 9735
|
||||
protocol: tcp # P2P
|
||||
protocol: tcp # P2P (using 9736 to avoid conflict with LND)
|
||||
- host: 9835
|
||||
container: 9835
|
||||
protocol: tcp # gRPC
|
||||
|
||||
Reference in New Issue
Block a user