From b01a8ecbe16fbf6cf191f7a705ca3f9f1c3f6feb Mon Sep 17 00:00:00 2001 From: Henrik Soerensen Date: Tue, 23 Jul 2024 16:03:09 -0400 Subject: [PATCH] Update ghcr image name --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dbc9ee0..399eeb1 100644 --- a/README.md +++ b/README.md @@ -14,23 +14,23 @@ Node configuration will use testnet defaults unless otherwise provided at image To run a Voi node with a pre-defined network, you can use the following command: ```bash -docker run -e VOINETWORK_NETWORK=testnet ghcr.io/voi-network/voi-node:latest +docker run -e VOINETWORK_NETWORK=testnet ghcr.io/voinetwork/voi-node:latest ``` ## Running with a custom network ```bash -docker run -e VOINETWORK_NETWORK=custom_name -e VOINETWORK_GENESIS=custom_url ghcr.io/voi-network/voi-node:latest +docker run -e VOINETWORK_NETWORK=custom_name -e VOINETWORK_GENESIS=custom_url ghcr.io/voinetwork/voi-node:latest ``` ## Running with a specific profile ### Relay node ```bash -docker run -e VOINETWORK_NETWORK=custom_name -e VOINETWORK_GENESIS=custom_url -e VOINETWORK_PROFILE=relay ghcr.io/voi-network/voi-node:latest +docker run -e VOINETWORK_NETWORK=custom_name -e VOINETWORK_GENESIS=custom_url -e VOINETWORK_PROFILE=relay ghcr.io/voinetwork/voi-node:latest ``` ### Archiver node ```bash -docker run -e VOINETWORK_NETWORK=custom_name -e VOINETWORK_GENESIS=custom_url -e VOINETWORK_PROFILE=archiver ghcr.io/voi-network/voi-node:latest +docker run -e VOINETWORK_NETWORK=custom_name -e VOINETWORK_GENESIS=custom_url -e VOINETWORK_PROFILE=archiver ghcr.io/voinetwork/voi-node:latest ``` \ No newline at end of file