Skip to content

Instantly share code, notes, and snippets.

@matheusnascgomes
Last active September 4, 2019 00:08
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 matheusnascgomes/ab82ae40ee78605682144cae12c74447 to your computer and use it in GitHub Desktop.
Save matheusnascgomes/ab82ae40ee78605682144cae12c74447 to your computer and use it in GitHub Desktop.
Running postgres on docker

How to run postgres on docker

docker container run -d --name seu-banco -p 5432:5432 -v $(pwd)/Docker/volumes:/var/lib/postgresql/data postgres

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