Skip to content

Commit c22aa2a

Browse files
committed
fix: Update Docker registry for Cardano node in client cli
1 parent aa2dc3c commit c22aa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-client-cli/src/commands/snapshot/download.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl SnapshotDownloadCommand {
283283
284284
If you are using Cardano Docker image, you can restore a Cardano Node with:
285285
286-
docker run -v cardano-node-ipc:/ipc -v cardano-node-data:/data --mount type=bind,source="{}",target=/data/db/ -e NETWORK={} inputoutput/cardano-node:{}
286+
docker run -v cardano-node-ipc:/ipc -v cardano-node-data:/data --mount type=bind,source="{}",target=/data/db/ -e NETWORK={} ghcr.io/intersectmbo/cardano-node:{}
287287
288288
"###,
289289
snapshot.digest,

0 commit comments

Comments
 (0)