Skip to content

Instantly share code, notes, and snippets.

@jjcodes78
Created November 13, 2020 02:13
Show Gist options
  • Save jjcodes78/ddd5c0c23aafc7c10d7f004d9d4f7202 to your computer and use it in GitHub Desktop.
Save jjcodes78/ddd5c0c23aafc7c10d7f004d9d4f7202 to your computer and use it in GitHub Desktop.
Postgres Docker
docker run --name docker-postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment