Skip to content

Commit

Permalink
Add a note on versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ramontayag committed Jan 19, 2018
1 parent 2aba51e commit 845edc6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Don't confuse with [Electrum server](https://github.com/spesmilo/electrum-server

Star this project on Docker Hub :star2: https://hub.docker.com/r/osminogin/electrum-daemon/

### Versioning

It will follow the version of Electrum, with an extra number at the end to denote changes in this repository. If Electrum's version if `v3.0.5`, this will be:

- `v3.0.5.0`
- `v3.0.5.1`
- `v3.0.5.2`
- ...

### Ports

* `7000` - JSON-RPC port.
Expand All @@ -16,7 +25,6 @@ Star this project on Docker Hub :star2: https://hub.docker.com/r/osminogin/elect

* `/data` - usually on host it has a path ``/home/user/.electrum``.


## Running

Take a look at `docker-compose.yml` to see how this is setup. When running in production, you can use this as a guide.
Expand Down

0 comments on commit 845edc6

Please sign in to comment.