Skip to content

Instantly share code, notes, and snippets.

@ephraimduncan
Created April 9, 2023 11:34
Show Gist options
  • Select an option

  • Save ephraimduncan/493b1fdedd6709372ec60644e7c2d7e8 to your computer and use it in GitHub Desktop.

Select an option

Save ephraimduncan/493b1fdedd6709372ec60644e7c2d7e8 to your computer and use it in GitHub Desktop.

Revisions

  1. ephraimduncan created this gist Apr 9, 2023.
    1 change: 1 addition & 0 deletions postgres.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    docker run --name postgres-db -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres