Update bitcoin verbosity
This commit is contained in:
parent
6a03520f79
commit
207aee9917
@ -2,8 +2,8 @@
|
||||
datadir=/home/bitcoin/.bitcoin
|
||||
server=1
|
||||
txindex=1
|
||||
debug=1
|
||||
loglevel=debug
|
||||
#debug=1
|
||||
#loglevel=debug
|
||||
logthreadnames=1
|
||||
signet=1
|
||||
onion=tor:9050
|
||||
|
@ -24,7 +24,7 @@ services:
|
||||
entrypoint: >
|
||||
/bin/sh -c "
|
||||
chown -R bitcoin:bitcoin /home/bitcoin/.bitcoin || echo 'warn: chown partiel (fichiers bind-mount Windows)';
|
||||
exec su-exec bitcoin bitcoind -conf=/etc/bitcoin/bitcoin.conf -signet -printtoconsole"
|
||||
exec su-exec bitcoin bitcoind -conf=/etc/bitcoin/bitcoin.conf -signet"
|
||||
healthcheck:
|
||||
test: ["CMD", "bitcoin-cli", "-conf=/etc/bitcoin/bitcoin.conf", "getblockchaininfo"]
|
||||
interval: 30s
|
||||
|
Loading…
x
Reference in New Issue
Block a user