Skip to content

Commit

Permalink
Fix: Solve the v issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Aug 26, 2024
1 parent b9916f8 commit 458ab87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployment/samples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions deployment/samples/docker-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 458ab87

Please sign in to comment.