Browse Source
Merge pull request #18 from mayankchhabra/lnd-patch
Mount bitcoin volume to lnd
patch-1
Mayank Chhabra
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
docker-compose.yml
|
@ -34,6 +34,7 @@ services: |
|
|
volumes: |
|
|
volumes: |
|
|
- ${HOME}/lnd:/data/.lnd |
|
|
- ${HOME}/lnd:/data/.lnd |
|
|
- ${HOME}/lnd:/root/.lnd |
|
|
- ${HOME}/lnd:/root/.lnd |
|
|
|
|
|
- ${HOME}/bitcoin:/root/.bitcoin |
|
|
- /var/lib/tor:/var/lib/tor |
|
|
- /var/lib/tor:/var/lib/tor |
|
|
- /run/tor:/run/tor/ |
|
|
- /run/tor:/run/tor/ |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|