File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ For haproxy the timeout in question is `timeout server`
72
72
## Local Installation
73
73
74
74
``` bash
75
- git clone git@ github.com:blemmenes /radosgw_usage_exporter.git
75
+ git clone https:// github.com/stackhpc /radosgw_usage_exporter.git
76
76
cd radosgw_usage_exporter
77
77
pip install requirements.txt
78
78
```
@@ -100,10 +100,10 @@ pip install requirements.txt
100
100
## Docker
101
101
102
102
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 ):
104
104
105
105
``` 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 \
107
107
-H < RADOSGW HOST> -a < ACCESS_KEY> -s < SECRET_KEY> -p 9242
108
108
```
109
109
You can’t perform that action at this time.
0 commit comments