mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-16 13:00:19 +02:00
Merge pull request #3031 from neevai/patch-1
Added NETWORK env var to btcd service
This commit is contained in:
commit
2ccd93a2d0
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ services:
|
|||
environment:
|
||||
- DEBUG
|
||||
- MINING_ADDRESS
|
||||
- NETWORK
|
||||
entrypoint: ["./start-btcd.sh"]
|
||||
|
||||
btcctl:
|
||||
|
|
@ -53,6 +54,7 @@ services:
|
|||
environment:
|
||||
- DEBUG
|
||||
- MINING_ADDRESS
|
||||
- NETWORK
|
||||
entrypoint: ["./start-ltcd.sh"]
|
||||
|
||||
ltcctl:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue