Browse Source
Update to LND 0.10.1 (may as well). Will change this to LNCM later
patch-1
nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
1 additions and
1 deletions
-
docker-compose.yml
|
@ -51,7 +51,7 @@ services: |
|
|
net: |
|
|
net: |
|
|
ipv4_address: 10.11.1.1 |
|
|
ipv4_address: 10.11.1.1 |
|
|
lnd: |
|
|
lnd: |
|
|
image: lncm/lnd:v0.10.0-experimental |
|
|
image: nolim1t/lnd:v0.10.1-experimental |
|
|
depends_on: [ tor ] |
|
|
depends_on: [ tor ] |
|
|
logging: *default-logging |
|
|
logging: *default-logging |
|
|
volumes: |
|
|
volumes: |
|
|