Open madsamjp opened 1 year ago
What does your config look like, especially the BTCPAYGEN_CRYPTO1
and fragment related environment variables (BTCPAYGEN_ADDITIONAL_FRAGMENTS
, BTCPAYGEN_EXCLUDE_FRAGMENTS
).
Maybe you can also post the Generated/docker-compose.generated.yml
file content, it looks like the bitcoind
and/or its volume definition aren't part of that.
I've tried installing BTCpay server using default settings as outlined here: https://docs.btcpayserver.org/Docker/. I get either the following errors:
If I edit
Generated/docker-compose.generated.yml
and replace all references ofbitcoin_datadir
to my actual bitcoin data dir, it then continues to pull the containers, but then I getno such service: bitcoind
.Is this method broken? Does anyone else have issues deploying?