diff --git a/deployment/docker-build/README.md b/deployment/docker-build/README.md index 6e4a8f453..4c3fbf934 100644 --- a/deployment/docker-build/README.md +++ b/deployment/docker-build/README.md @@ -30,7 +30,7 @@ An Aleph node needs an asymmetric key pair to communicate with other nodes on th You can generate this key using the following commands after building the Docker image: ```shell script -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 +docker run --rm --user root --entrypoint "" -v $(pwd)/node-secret.key:/opt/pyaleph/node-secret.key alephim/pyaleph-node:vv0.5.1-2 pyaleph --gen-keys ``` ## Start the dev environment diff --git a/deployment/samples/docker-compose/docker-compose.yml b/deployment/samples/docker-compose/docker-compose.yml index 95b226e74..2f9ad0988 100644 --- a/deployment/samples/docker-compose/docker-compose.yml +++ b/deployment/samples/docker-compose/docker-compose.yml @@ -8,7 +8,7 @@ volumes: services: pyaleph: restart: always - image: alephim/pyaleph-node:v0.5.1 + image: alephim/pyaleph-node:vv0.5.1-2 command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v volumes: - ./config.yml:/opt/pyaleph/config.yml @@ -27,7 +27,7 @@ services: pyaleph-api: restart: always - image: alephim/pyaleph-node:v0.5.1 + image: alephim/pyaleph-node:vv0.5.1-2 command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"] ports: diff --git a/deployment/samples/docker-monitoring/docker-compose.yml b/deployment/samples/docker-monitoring/docker-compose.yml index 8f001cf8d..f3cdcb970 100644 --- a/deployment/samples/docker-monitoring/docker-compose.yml +++ b/deployment/samples/docker-monitoring/docker-compose.yml @@ -10,7 +10,7 @@ volumes: services: pyaleph: restart: always - image: alephim/pyaleph-node:v0.5.1 + image: alephim/pyaleph-node:vv0.5.1-2 command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v volumes: - ./config.yml:/opt/pyaleph/config.yml @@ -29,7 +29,7 @@ services: pyaleph-api: restart: always - image: alephim/pyaleph-node:v0.5.1 + image: alephim/pyaleph-node:vv0.5.1-2 command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"] ports: diff --git a/docs/conf.py b/docs/conf.py index a732f30e7..cc48147b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -293,5 +293,5 @@ rst_epilog = """ -.. |pyaleph_version| replace:: v0.5.1 +.. |pyaleph_version| replace:: vv0.5.1-2 """