Skip to content

Instantly share code, notes, and snippets.

@Frechet
Created May 20, 2020 14:40
Show Gist options
  • Select an option

  • Save Frechet/ba4859037a50d818bc88e0d198fb5780 to your computer and use it in GitHub Desktop.

Select an option

Save Frechet/ba4859037a50d818bc88e0d198fb5780 to your computer and use it in GitHub Desktop.
docker run -d --name db -p 5432:5432
-e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres postgres:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment