We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5972e3 commit 2ab8e7cCopy full SHA for 2ab8e7c
README.md
@@ -48,7 +48,7 @@ docker build --pull -t reporter .
48
Run the following command locally to start the balance reporter:
49
50
```shell script
51
-docker run --env-file ./settings.txt gcr.io/stakewiselabs/reporter:latest
+docker run --env-file ./settings.txt stakewiselabs/balance-reporter:latest
52
```
53
54
where `settings.txt` is an environment file with [Settings](#settings).
0 commit comments