Last active
December 30, 2015 13:09
-
-
Save niallo/7833556 to your computer and use it in GitHub Desktop.
Customize Strider Docker via environment variables
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d -p 3000:3000 \ | |
-e SERVER_NAME=https://strider.myhost.com \ | |
-e DB_URI=mongodb://foo.com/strider \ | |
-e PLUGIN_GITHUB_APP_ID=foo \ | |
-e PLUGIN_GITHUB_APP_SECRET=bar niallo/strider |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment