Skip to content

Commit

Permalink
Fix: Solve un-existing image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Aug 26, 2024
1 parent 0d708d1 commit b9916f8
Showing 1 changed file with 2 additions and 2 deletions.
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:v0.5.3
image: alephim/pyaleph-node:0.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:v0.5.3
image: alephim/pyaleph-node:0.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 b9916f8

Please sign in to comment.