Skip to content

Instantly share code, notes, and snippets.

@aaronjudd
Created March 24, 2015 17:43
Show Gist options
  • Save aaronjudd/17b08880ad5eb5e67a20 to your computer and use it in GitHub Desktop.
Save aaronjudd/17b08880ad5eb5e67a20 to your computer and use it in GitHub Desktop.
docker run reaction
docker run --rm -e ROOT_URL="http://localhost" \
-e METEOR_EMAIL="youradmin@yourdomain.com" \
-e METEOR_USER="admin" \
-e METEOR_AUTH="password" \
-t ongoworks/reaction
@faddat
Copy link

faddat commented Mar 30, 2015

Many thanks, flawless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment