Last active
May 31, 2016 06:38
-
-
Save lwojciechowski/837d83da35fc6d2c88e7736992be58bd to your computer and use it in GitHub Desktop.
Run dockerized PostgreSQL for development
This file contains hidden or 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 --name vuefeed -e POSTGRES_PASSWORD=qwerty -d --restart always -p 5432:5432 postgres:9.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-p <external>:<internal>