Skip to content

Commit

Permalink
Fix docker-compose of explorer setup
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.
  • Loading branch information
ch1bo committed Sep 27, 2024
1 parent 4d5c4ca commit cacc149
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 cacc149

Please sign in to comment.