Skip to content

Instantly share code, notes, and snippets.

@creichert
Created May 6, 2017 19:14
Show Gist options
  • Save creichert/84d703534f72a884dc5b9cf685aeb527 to your computer and use it in GitHub Desktop.
Save creichert/84d703534f72a884dc5b9cf685aeb527 to your computer and use it in GitHub Desktop.
PGHero one-liner test
docker run -ti -e DATABASE_URL=postgres://$USERNAME:$PASSWORD@$DATABASE_URL:5432/$DBNAME -p 8080:8080 bmorton/pghero
@creichert
Copy link
Author

There's a better set of instructions here: https://github.com/ankane/pghero/blob/master/guides/Docker.md

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