Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Evansmuscle/1f0e07acc808e2ef675f41da75908a4e to your computer and use it in GitHub Desktop.
Save Evansmuscle/1f0e07acc808e2ef675f41da75908a4e to your computer and use it in GitHub Desktop.

Revisions

  1. @arielweinberger arielweinberger created this gist May 24, 2021.
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ### This gist is a part of the NestJS Zero to Hero course on Udemy.
    ### https://www.udemy.com/course/nestjs-zero-to-hero/?referralCode=F672C0C701844DC91F4D


    To run PostgreSQL on Docker, run the following in your Terminal:

    docker run --name postgres-nest -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres