Skip to content

Commit

Permalink
Merge pull request #25 from zoedberg/electrs_fix
Browse files Browse the repository at this point in the history
fix electrs entrypoint in Dockerfile
  • Loading branch information
dr-orlovsky authored Oct 12, 2020
2 parents 2d9a064 + de6c323 commit 37acab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile/electrs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ USER electrs:electrs

STOPSIGNAL SIGINT

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

CMD ["-vvvv"]

0 comments on commit 37acab3

Please sign in to comment.