Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@apeckham
Created January 25, 2018 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apeckham/02421f5a8ac156296f3ddfca2a72efb6 to your computer and use it in GitHub Desktop.
Save apeckham/02421f5a8ac156296f3ddfca2a72efb6 to your computer and use it in GitHub Desktop.
run postgres in docker with log_statement=all
docker run -p 5432:5432 postgres:9.6.1 postgres -c log_statement=all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment