File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ An Aleph node needs an asymmetric key pair to communicate with other nodes on th
3030
3131You can generate this key using the following commands after building the Docker image:
3232``` shell script
33- docker run --rm --user root --entrypoint " " -v $( pwd) /node-secret.key:/opt/pyaleph/node-secret.key alephim/pyaleph-node:v0.5.0-rc2 pyaleph --gen-keys
33+ docker run --rm --user root --entrypoint " " -v $( pwd) /node-secret.key:/opt/pyaleph/node-secret.key alephim/pyaleph-node:v0.5.0-rc3 pyaleph --gen-keys
3434```
3535
3636## Start the dev environment
Original file line number Diff line number Diff line change 88services :
99 pyaleph :
1010 restart : always
11- image : alephim/pyaleph-node:v0.5.0-rc2
11+ image : alephim/pyaleph-node:v0.5.0-rc3
1212 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1313 volumes :
1414 - ./config.yml:/opt/pyaleph/config.yml
@@ -27,7 +27,7 @@ services:
2727
2828 pyaleph-api :
2929 restart : always
30- image : alephim/pyaleph-node:v0.5.0-rc2
30+ image : alephim/pyaleph-node:v0.5.0-rc3
3131 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
3232 entrypoint : ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
3333 ports :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ volumes:
1010services :
1111 pyaleph :
1212 restart : always
13- image : alephim/pyaleph-node:v0.5.0-rc2
13+ image : alephim/pyaleph-node:v0.5.0-rc3
1414 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1515 volumes :
1616 - ./config.yml:/opt/pyaleph/config.yml
@@ -29,7 +29,7 @@ services:
2929
3030 pyaleph-api :
3131 restart : always
32- image : alephim/pyaleph-node:v0.5.0-rc2
32+ image : alephim/pyaleph-node:v0.5.0-rc3
3333 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
3434 entrypoint : ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
3535 ports :
Original file line number Diff line number Diff line change 293293
294294
295295rst_epilog = """
296- .. |pyaleph_version| replace:: v0.5.0-rc2
296+ .. |pyaleph_version| replace:: v0.5.0-rc3
297297"""
You can’t perform that action at this time.
0 commit comments