We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13bd97 commit 0fcfaacCopy full SHA for 0fcfaac
docker-compose.yml-dist-gitlab
@@ -0,0 +1,13 @@
1
+version: "3.8"
2
+services:
3
+ clightning:
4
+ image: registry.gitlab.com/nolim1t/docker-clightning:v0.9.1-dfbbb889
5
+ container_name: clightning
6
+ network_mode: host
7
+ restart: on-failure
8
+ environment:
9
+ LIGHTNINGD_NETWORK: bitcoin
10
+ LIGHTNINGD_RPC_PORT: 10420
11
+ volumes:
12
+ - "${HOME}/.lightning:/data/.lightning"
13
+ - "${HOME}/.bitcoin:/data/.bitcoin"
0 commit comments