errbit-docker
errbit-docker copied to clipboard
Errbit http://docker.io image
Results
1
errbit-docker issues
Sort by
recently updated
recently updated
newest added
Hi Please could you provide some example of passing the environment variable to errbit. I tried `docker run -d --name errbit --link mongodb:mongodb -e GITHUB_URL="https://github.example.com" -e GITHUB_API_URL="https://github.example.com/api/v3" -p 3000:3000 griff/errbit`...