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
30
30
31
31
You can generate this key using the following commands after building the Docker image:
32
32
``` shell script
33
- docker run --rm --user root --entrypoint " " -v $( pwd) /node-secret.key:/opt/pyaleph/node-secret.key alephim/pyaleph-node:v0.5.1-rc3 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.1 pyaleph --gen-keys
34
34
```
35
35
36
36
## Start the dev environment
Original file line number Diff line number Diff line change 8
8
services :
9
9
pyaleph :
10
10
restart : always
11
- image : alephim/pyaleph-node:v0.5.1-rc3
11
+ image : alephim/pyaleph-node:v0.5.1
12
12
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
13
13
volumes :
14
14
- ./config.yml:/opt/pyaleph/config.yml
@@ -27,7 +27,7 @@ services:
27
27
28
28
pyaleph-api :
29
29
restart : always
30
- image : alephim/pyaleph-node:v0.5.1-rc3
30
+ image : alephim/pyaleph-node:v0.5.1
31
31
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
32
32
entrypoint : ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
33
33
ports :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ volumes:
10
10
services :
11
11
pyaleph :
12
12
restart : always
13
- image : alephim/pyaleph-node:v0.5.1-rc3
13
+ image : alephim/pyaleph-node:v0.5.1
14
14
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
15
15
volumes :
16
16
- ./config.yml:/opt/pyaleph/config.yml
@@ -29,7 +29,7 @@ services:
29
29
30
30
pyaleph-api :
31
31
restart : always
32
- image : alephim/pyaleph-node:v0.5.1-rc3
32
+ image : alephim/pyaleph-node:v0.5.1
33
33
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
34
34
entrypoint : ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
35
35
ports :
Original file line number Diff line number Diff line change 293
293
294
294
295
295
rst_epilog = """
296
- .. |pyaleph_version| replace:: v0.5.1-rc3
296
+ .. |pyaleph_version| replace:: v0.5.1
297
297
"""
You can’t perform that action at this time.
0 commit comments