Skip to content

Commit

Permalink
Merge pull request janoside#242 from lukechilds/patch-1
Browse files Browse the repository at this point in the history
Fix Docker example in README.md
  • Loading branch information
janoside authored Oct 22, 2020
2 parents 02d68be + 61b7732 commit e0aa751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ To match the features visible on the demo site at [https://explorer.btc21.org](h
## Run via Docker

1. `docker build -t btc-rpc-explorer .`
2. `docker run -p 3002:3002 -it btc-rpc-explorer`
2. `docker run -it -p 3002:3002 -e BTCEXP_HOST=0.0.0.0 btc-rpc-explorer`


## Reverse proxy with HTTPS
Expand Down

0 comments on commit e0aa751

Please sign in to comment.