Skip to content

Instantly share code, notes, and snippets.

@lwojciechowski
Last active May 31, 2016 06:38
Show Gist options
  • Save lwojciechowski/837d83da35fc6d2c88e7736992be58bd to your computer and use it in GitHub Desktop.
Save lwojciechowski/837d83da35fc6d2c88e7736992be58bd to your computer and use it in GitHub Desktop.
Run dockerized PostgreSQL for development
docker run --name vuefeed -e POSTGRES_PASSWORD=qwerty -d --restart always -p 5432:5432 postgres:9.5
@lwojciechowski
Copy link
Author

lwojciechowski commented May 31, 2016

-p <external>:<internal>

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