Skip to content

Commit

Permalink
Update ghcr image name
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Jul 23, 2024
1 parent 4fa611b commit b01a8ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b01a8ec

Please sign in to comment.