mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
Added NETWORK environment variable to btcd and ltcd services
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DEBUG
|
- DEBUG
|
||||||
- MINING_ADDRESS
|
- MINING_ADDRESS
|
||||||
|
- NETWORK
|
||||||
entrypoint: ["./start-btcd.sh"]
|
entrypoint: ["./start-btcd.sh"]
|
||||||
|
|
||||||
btcctl:
|
btcctl:
|
||||||
@@ -53,6 +54,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DEBUG
|
- DEBUG
|
||||||
- MINING_ADDRESS
|
- MINING_ADDRESS
|
||||||
|
- NETWORK
|
||||||
entrypoint: ["./start-ltcd.sh"]
|
entrypoint: ["./start-ltcd.sh"]
|
||||||
|
|
||||||
ltcctl:
|
ltcctl:
|
||||||
|
Reference in New Issue
Block a user