errbit-docker icon indicating copy to clipboard operation
errbit-docker copied to clipboard

Environment variables

Open oligriffiths opened this issue 8 years ago • 0 comments

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 to point at our enterprise github, but when clicking the login with github button, it just redirects to public github.

Thanks

Oli

oligriffiths avatar Oct 23 '17 15:10 oligriffiths