Skip to content

Commit

Permalink
Fix docker-compose of explorer setup (#1660)
Browse files Browse the repository at this point in the history
This got broken in the recent cardano-node update. Was not noticed in
that PR because explorer is only deployed with commits from master.

---

* [x] CHANGELOG update not needed
* [x] Documentation update not needed
* [x] Haddocks update not needed
* [x] No new TODOs introduced
  • Loading branch information
locallycompact authored Sep 27, 2024
2 parents 4d5c4ca + cacc149 commit 76a4d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/explorer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
cardano-node:
image: ghcr.io/intersectmbo/cardano-node:9.2
image: ghcr.io/intersectmbo/cardano-node:9.2.0
volumes:
- /srv/var/cardano/state-preview:/data
environment:
Expand Down

0 comments on commit 76a4d16

Please sign in to comment.