Skip to content

Commit

Permalink
Update for new electrs logging settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 20, 2021
1 parent f14662b commit dcdc4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile/electrs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ STOPSIGNAL SIGINT

ENTRYPOINT ["electrs", "--daemon-dir", "/var/lib/bitcoin", "--db-dir", "/var/lib/electrs"]

CMD ["-vvvv"]
CMD []
1 change: 1 addition & 0 deletions docker-compose/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
depends_on:
- bitcoind-mainnet
environment:
RUSTi_LOG: "ERROR"
ELECTRS_DAEMON_RPC_ADDR: "bitcoind-mainnet:8332"
ELECTRS_ELECTRUM_RPC_ADDR: "electrs-mainnet:50001"
ELECTRS_MONITORING_ADDR: "electrs-mainnet:4224"
Expand Down

0 comments on commit dcdc4bb

Please sign in to comment.