mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-31 20:44:20 +01:00
Make sure that opt-txindex, opt-add-electrumx and eclair are not exclusive
This commit is contained in:
@@ -51,5 +51,5 @@ services:
|
||||
- eclair_bitcoin
|
||||
volumes:
|
||||
eclair_bitcoin_datadir:
|
||||
exclusive:
|
||||
incompatible:
|
||||
- pruning
|
||||
|
||||
@@ -18,5 +18,5 @@ services:
|
||||
- COIN=BitcoinSegwit
|
||||
volumes:
|
||||
electrumx_datadir:
|
||||
exclusive:
|
||||
incompatible:
|
||||
- pruning
|
||||
|
||||
@@ -30,5 +30,5 @@ services:
|
||||
environment:
|
||||
BITCOIN_EXTRA_ARGS: |
|
||||
txindex=1
|
||||
exclusive:
|
||||
incompatible:
|
||||
- pruning
|
||||
Reference in New Issue
Block a user