Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
viral32111 committed Aug 20, 2023
1 parent 0417cac commit 71b5c11
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The image is based on [Ubuntu](https://ubuntu.com) (`ghcr.io/viral32111/apc-ups-
Run the command below to download the image and create a container. Replace the `:latest` tag with your desired variant (e.g., `:1.1.3-ubuntu`, `:main-alpine`, etc.).

```bash
docker container run \
docker container run \
--name apc-ups-exporter \
--network host \
--detach \
Expand All @@ -48,10 +48,6 @@ Run the command below to download the image and create a container. Replace the

The host's networking stack is often required to connect to the daemon's Network Information Server.

### ⚙️ Flags



## 🖼️ Examples

Serve metrics at `/metrics` the default loopback port `5000` using data fetched every 15 seconds from the Network Information Server at `192.168.0.5` on the default port `3551`:
Expand Down

0 comments on commit 71b5c11

Please sign in to comment.