Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanschultzie authored Mar 21, 2024
1 parent 7d6dd9d commit ce8ddbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ sudo apt install docker.io

## Usage

You can deploy using the [masknetgoal634/near-prometheus-exporter](https://hub.docker.com/r/masknetgoal634/near-prometheus-exporter) Docker image.
You can deploy using the [lavender5/near-prometheus-exporter](https://hub.docker.com/r/lavender5/near_prometheus_exporter) Docker image.

```
sudo docker run -dit \
--restart always \
--name near-exporter \
--network=host \
-p 9333:9333 \
lavenderfive/near-prometheus-exporter:latest /dist/main -accountId <YOUR_POOL_ID> -external-rpc <YOUR RPC>
lavenderfive/near_prometheus_exporter:latest /dist/main -accountId <YOUR_POOL_ID> -external-rpc <YOUR RPC> -url <YOUR RPC>
```

docker compose
Expand Down

0 comments on commit ce8ddbb

Please sign in to comment.