1
0

Fix anonymous datadirs (#691)

* Update LiT datadir

Uses the same folder as [in the LiT Dockerfile](https://github.com/lightninglabs/lightning-terminal/blob/master/Dockerfile#L62) to prevent the creation of anonymous volumes as [described here](https://stackoverflow.com/a/62654594/183537).

* Update Monero datadirs

Uses the same folder as [in the Monero Dockerfile](https://github.com/btcpayserver/dockerfile-deps/blob/master/Monero/0.18.0.0/linuxarm64v8.Dockerfile#L41) to prevent the creation of anonymous volumes as [described here](https://stackoverflow.com/a/62654594/183537).
This commit is contained in:
d11n
2022-09-23 16:33:33 +02:00
committed by GitHub
parent 4caa52c502
commit 18748e6dd6
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ services:
expose:
- "8080"
volumes:
- "lnd_lit_datadir:/root"
- "lnd_lit_datadir:/root/.lnd"
- "lnd_bitcoin_datadir:/data/lnd:ro"
links:
- bitcoind