Browse Source

Wrap paths in backticks

master
Luke Childs 7 years ago
parent
commit
f51b6b087c
  1. 2
      README.md

2
README.md

@ -13,7 +13,7 @@ docker-compose up
This will pull the latest version of vertcoind and ElectrumX, start syncing the blockchain, generate an SSL certificate and start listening for secure Electrum traffic on port 55002.
All blockchain/vertcoind data will be stored in ./data/vertcoind and all ElectrumX data will be stored in ./data/electrumx. This is stored on the host machine and mounted on the docker containers as a volume, meaning it will persist across reboots/updates/containers etc.
All blockchain/vertcoind data will be stored in `./data/vertcoind` and all ElectrumX data will be stored in `./data/electrumx`. This is stored on the host machine and mounted on the docker containers as a volume, meaning it will persist across reboots/updates/containers etc.
### Is this secure?

Loading…
Cancel
Save