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>
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>