Skip to content

Instantly share code, notes, and snippets.

@dejanvasic85
Created February 11, 2019 01:11
Show Gist options
  • Select an option

  • Save dejanvasic85/bfc48fd5b83c5ce661b554b5a21a1063 to your computer and use it in GitHub Desktop.

Select an option

Save dejanvasic85/bfc48fd5b83c5ce661b554b5a21a1063 to your computer and use it in GitHub Desktop.
Running postgres in docker
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