Skip to content

Commit

Permalink
Merge pull request #230 from nolim1t/lnd-v0.7.0
Browse files Browse the repository at this point in the history
Update LND to v0.7.0 on docker-compose
  • Loading branch information
nolim1t committed Jul 22, 2019
2 parents 8ff5ce7 + 4cafd06 commit 1e6954c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/lncm/compose/clearnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
ipv4_address: 172.16.88.2

lnd:
image: lncm/lnd:0.6-linux-arm
image: lncm/lnd:v0.7.0
volumes:
- /media/volatile/volatile/lnd/logs:/root/.lnd/logs
- /media/important/important/lnd/data:/root/.lnd/data
Expand Down
2 changes: 1 addition & 1 deletion home/lncm/compose/tor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
network_mode: host

lnd:
image: lncm/lnd:0.6-linux-arm
image: lncm/lnd:v0.7.0
volumes:
- /media/volatile/volatile/lnd/logs:/root/.lnd/logs
- /media/important/important/lnd/data:/root/.lnd/data
Expand Down

0 comments on commit 1e6954c

Please sign in to comment.