Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created May 27, 2022 03:25
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 garystafford/46acf16799e44f4f68ccd25c92a3f19f to your computer and use it in GitHub Desktop.
Save garystafford/46acf16799e44f4f68ccd25c92a3f19f to your computer and use it in GitHub Desktop.
docker run --name postgres-dev \
-p 5432:5432 \
-e POSTGRES_DB=tickit \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=postgres123 \
-d postgres:14.2-alpine3.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment