~sircmpwn/chartsrv

1e73d03675178846426624750d758fd9abbd4402 — Drew DeVault 3 years ago 98a0405
Document port specification usage
1 files changed, 2 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +2 -1
@@ 17,7 17,8 @@ $ ./chartsrv https://prometheus.example.org
Listening on :8142
```

Forward `/chart.svg` to this address with your favorite reverse proxy.
Forward `/chart.svg` to this address with your favorite reverse proxy. If you
want to listen to some other port, pass a second argument like `:1337`.

## Usage