Skip to content

Commit

Permalink
Update readme for 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghun1ee committed Apr 30, 2024
1 parent 53e82d8 commit 498b70b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For haproxy the timeout in question is `timeout server`
## Local Installation

```bash
git clone git@github.com:blemmenes/radosgw_usage_exporter.git
git clone https://github.com/stackhpc/radosgw_usage_exporter.git
cd radosgw_usage_exporter
pip install requirements.txt
```
Expand Down Expand Up @@ -100,10 +100,10 @@ pip install requirements.txt
## Docker

Docker build
(https://github.com/pando85/radosgw_usage_exporter/pkgs/container/radosgw_usage_exporter):
(https://github.com/stackhpc/radosgw_usage_exporter/pkgs/container/radosgw_usage_exporter):

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

Expand Down

0 comments on commit 498b70b

Please sign in to comment.