From 458ab87a2630d7534410cf113d7ed29582340d3a Mon Sep 17 00:00:00 2001 From: "Andres D. Molins" Date: Mon, 26 Aug 2024 14:49:50 +0200 Subject: [PATCH] Fix: Solve the `v` issue --- deployment/samples/docker-compose/docker-compose.yml | 4 ++-- deployment/samples/docker-monitoring/docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/samples/docker-compose/docker-compose.yml b/deployment/samples/docker-compose/docker-compose.yml index 8714b8f0..f995ab0a 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:0.5.3 + image: alephim/pyaleph-node:v0.5.3 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:0.5.3 + image: alephim/pyaleph-node:v0.5.3 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 dde909bd..d9a0cc32 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:0.5.3 + image: alephim/pyaleph-node:v0.5.3 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:0.5.3 + image: alephim/pyaleph-node:v0.5.3 command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"] ports: