Created
February 11, 2019 01:11
-
-
Save dejanvasic85/bfc48fd5b83c5ce661b554b5a21a1063 to your computer and use it in GitHub Desktop.
Running postgres in docker
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 -d --name my_postgres -v my_dbdata:/var/lib/postgresql/data -p 54320:5432 postgres:11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment