1
0

Fix auto corrupted peers.dat

This commit is contained in:
nicolas.dorier
2023-01-06 12:57:28 +09:00
parent 7a0b2d3a25
commit 31c4fb7fbb
3 changed files with 43 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ services:
bitcoind:
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: btcpayserver/bitcoin:24.0.1
image: btcpayserver/bitcoin:24.0.1-1
environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
CREATE_WALLET: "false"