Browse Source
Update docker-compose to fix #1 .. as certain files don't exist for the first time
patch-1
nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
2 additions and
9 deletions
-
docker-compose.yml
|
|
@ -38,14 +38,7 @@ services: |
|
|
|
build: ${HOME}/build/lnd-unlock/ |
|
|
|
depends_on: [ lnd ] |
|
|
|
logging: *default-logging |
|
|
|
secrets: |
|
|
|
- lnd-password |
|
|
|
- lnd-admin |
|
|
|
volumes: |
|
|
|
- "${HOME}/lnd/tls.cert:/lnd/tls.cert:ro" |
|
|
|
- "${HOME}/lnd:/lnd" |
|
|
|
- "${HOME}/secrets" |
|
|
|
network_mode: host |
|
|
|
secrets: |
|
|
|
lnd-password: |
|
|
|
file: ${HOME}/secrets/lnd-password.txt |
|
|
|
lnd-admin: |
|
|
|
file: ${HOME}/lnd/data/chain/bitcoin/mainnet/admin.macaroon |
|
|
|