m-lab / alertmanager-github-receiver

Prometheus Alertmanager webhook receiver that creates GitHub issues from alerts
Apache License 2.0
48 stars 23 forks source link

Update docker instructions #47

Closed hemajv closed 3 years ago

hemajv commented 3 years ago

To start the Github receiver locally, the docker command requires an additional argument to specify the port number. Update README instructions to include the following:

docker run -it -p 9393:9393 measurementlab/alertmanager-github-receiver:latest -authtoken=$(GITHUB_AUTH_TOKEN) -org=<org> -repo=<repo>