Skip to content

Commit

Permalink
Revert "Provide plugin directory for Clightning" (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks authored Sep 27, 2021
1 parent caf3197 commit 33fd9d2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ services:
LIGHTNINGD_READY_FILE: /root/.nbxplorer/btc_fully_synched
LIGHTNINGD_OPT: |
bitcoin-datadir=/etc/bitcoin
bitcoin-rpcconnect=bitcoind
plugin-dir=/etc/clightningplugins
bitcoin-rpcconnect=bitcoind
volumes:
- "clightning_bitcoin_datadir:/root/.lightning"
- "clightning_bitcoin_plugindir:/etc/clightningplugins"
- "bitcoin_datadir:/etc/bitcoin"
- "nbxplorer_datadir:/root/.nbxplorer"
ports:
Expand Down Expand Up @@ -111,7 +109,6 @@ services:
- clightning_bitcoin
volumes:
clightning_bitcoin_datadir:
clightning_bitcoin_plugindir:
clightning_bitcoin_spark:
clightning_bitcoin_charge:
clightning_bitcoin_rtl_datadir:
Expand Down

0 comments on commit 33fd9d2

Please sign in to comment.