Browse Source

Update readme example to use BitcoinSegwit for past versions

v1.9.1
Luke Childs 6 years ago
parent
commit
d7fa71a04f
  1. 4
      README.md

4
README.md

@ -36,9 +36,9 @@ You can also run a specific version of ElectrumX if you want.
docker run \ docker run \
-v /home/username/electrumx:/data \ -v /home/username/electrumx:/data \
-e DAEMON_URL=http://user:pass@host:port \ -e DAEMON_URL=http://user:pass@host:port \
-e COIN=Bitcoin \ -e COIN=BitcoinSegwit \
-p 50002:50002 \ -p 50002:50002 \
lukechilds/electrumx:v1.2.1 lukechilds/electrumx:v1.8.7
``` ```
## License ## License

Loading…
Cancel
Save