Skip to content

Instantly share code, notes, and snippets.

@domeniqque-pereira-deel
Last active May 26, 2023 16:27
Show Gist options
  • Save domeniqque-pereira-deel/9379f81c980dfa05d9f049f380159d43 to your computer and use it in GitHub Desktop.
Save domeniqque-pereira-deel/9379f81c980dfa05d9f049f380159d43 to your computer and use it in GitHub Desktop.

Postgres

docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres -d postgres:13.3-alpine -c fsync=off -c full_page_writes=off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment