Skip to content

Commit 498b70b

Browse files
committed
Update readme for 0.1.0
1 parent 53e82d8 commit 498b70b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For haproxy the timeout in question is `timeout server`
7272
## Local Installation
7373

7474
```bash
75-
git clone git@github.com:blemmenes/radosgw_usage_exporter.git
75+
git clone https://github.com/stackhpc/radosgw_usage_exporter.git
7676
cd radosgw_usage_exporter
7777
pip install requirements.txt
7878
```
@@ -100,10 +100,10 @@ pip install requirements.txt
100100
## Docker
101101

102102
Docker build
103-
(https://github.com/pando85/radosgw_usage_exporter/pkgs/container/radosgw_usage_exporter):
103+
(https://github.com/stackhpc/radosgw_usage_exporter/pkgs/container/radosgw_usage_exporter):
104104

105105
```bash
106-
docker run -d -p 9242 ghcr.io/pando85/radosgw_usage_exporter:latest \
106+
docker run -d -p 9242 ghcr.io/stackhpc/radosgw_usage_exporter:0.1.0 \
107107
-H <RADOSGW HOST> -a <ACCESS_KEY> -s <SECRET_KEY> -p 9242
108108
```
109109

0 commit comments

Comments
 (0)