File tree 2 files changed +3
-3
lines changed
deployment/samples/docker-compose
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ volumes:
11
11
services :
12
12
pyaleph :
13
13
restart : always
14
- image : alephim/pyaleph-node:0.6.0
14
+ image : alephim/pyaleph-node:0.7.0-rc1
15
15
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
16
16
volumes :
17
17
- ./config.yml:/opt/pyaleph/config.yml
@@ -30,7 +30,7 @@ services:
30
30
31
31
pyaleph-api :
32
32
restart : always
33
- image : alephim/pyaleph-node:0.6.0
33
+ image : alephim/pyaleph-node:0.7.0-rc1
34
34
command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
35
35
entrypoint : ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
36
36
ports :
Original file line number Diff line number Diff line change 293
293
294
294
295
295
rst_epilog = """
296
- .. |pyaleph_version| replace:: 0.6.0
296
+ .. |pyaleph_version| replace:: 0.7.0-rc1
297
297
"""
You can’t perform that action at this time.
0 commit comments