You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: