Skip to content

Instantly share code, notes, and snippets.

@parambirs
Created August 15, 2019 20:27
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 parambirs/8fa453d8ca440653c98d43d8a1462302 to your computer and use it in GitHub Desktop.
Save parambirs/8fa453d8ca440653c98d43d8a1462302 to your computer and use it in GitHub Desktop.
Docker Postgres
docker pull postgres:latest
docker run -d --name guitar-db -p 5432:5432 -e 'POSTGRES_PASSWORD=p@ssw0rd42' postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment